pfeueue...
This commit is contained in:
12
monde.inc
12
monde.inc
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user