PovJouets/monde.inc

38 lines
536 B
PHP
Raw Normal View History

2021-03-07 20:58:18 +01:00
/*
*
*
*/
/*------------------------------------------------------------------*/
plane {
y, 0
pigment {
image_map {
png "picz/plancher.png" interpolate 2
}
rotate x*90
translate <-0.5, 0, -0.5>
2021-03-15 17:29:35 +01:00
scale <150, 1, 150>
2021-03-07 20:58:18 +01:00
}
}
sky_sphere {
pigment
{
gradient y
color_map
{
2021-03-13 18:56:21 +01:00
[0 color Khaki ]
[0.2 color Gray20 ]
[0.87 color LightBlue ]
[1 color Khaki ]
2021-03-07 20:58:18 +01:00
}
2021-03-15 03:08:13 +01:00
turbulence 0.25
2021-03-07 20:58:18 +01:00
}
rotate 50
2021-03-15 03:08:13 +01:00
scale 0.15
2021-03-07 20:58:18 +01:00
translate -1
}
/*------------------------------------------------------------------*/