teatime or beer ?
This commit is contained in:
29
grue.pov
29
grue.pov
@@ -1,10 +1,9 @@
|
||||
|
||||
/*
|
||||
*
|
||||
* un gros chantier, vraiment gros (cTMr)
|
||||
*/
|
||||
|
||||
#version 3.7;
|
||||
global_settings { assumed_gamma 1.0 }
|
||||
#include "contexte.inc"
|
||||
|
||||
#include "colors.inc"
|
||||
@@ -13,31 +12,7 @@ global_settings { assumed_gamma 1.0 }
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
plane {
|
||||
y, 0
|
||||
pigment
|
||||
{
|
||||
brick Gray50, rgb<0.10, 0.60, 0.30>
|
||||
rotate z*90
|
||||
scale 3
|
||||
}
|
||||
}
|
||||
|
||||
sky_sphere {
|
||||
pigment
|
||||
{
|
||||
gradient y
|
||||
color_map
|
||||
{
|
||||
[0.2 color <0, .1, .2>]
|
||||
[0.6 color <0, .3, .1>]
|
||||
[0.9 color <0, .2, .3>]
|
||||
}
|
||||
turbulence 29
|
||||
}
|
||||
rotate 40
|
||||
scale 1.5
|
||||
}
|
||||
#include "monde.inc"
|
||||
|
||||
#include "incs/train.inc"
|
||||
#include "incs/rails.inc"
|
||||
|
||||
Reference in New Issue
Block a user