pfeueue...

This commit is contained in:
le vieux
2021-03-23 09:55:20 +01:00
parent 40f7b689db
commit 2a983b8335
9 changed files with 52 additions and 22 deletions

View File

@@ -4,8 +4,10 @@
*/
/*------------------------------------------------------------------*/
#declare R_monde = 290; /* le rayon du monde */
cylinder {
<0, -0.2, 0>, 0, 400
<0, -0.2, 0>, 0, R_monde
pigment {
image_map {
png "picz/plancher.png" interpolate 2
@@ -16,6 +18,14 @@ cylinder {
}
}
#for (foo, 0, 360, 1)
#local R2 = R_monde - 1.5;
#local xpos = R2 * sin(radians(foo));
#local zpos = R2 * cos(radians(foo));
cylinder { <0, 0, 0>, <0, 5, 0>, 0.40 pigment { color Blue }
translate <xpos, 0, zpos> }
#end
sky_sphere {
pigment
{