teatime or beer ?

This commit is contained in:
le vieux
2021-03-15 17:29:35 +01:00
parent c53aa92319
commit 395d648c9d
23 changed files with 97 additions and 122 deletions

View File

@@ -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"