one more, another to come
This commit is contained in:
11
carto.pov
11
carto.pov
@@ -20,18 +20,19 @@
|
||||
// ---------------------------------------------------------
|
||||
// dessiner une grille
|
||||
|
||||
#for (Foo, -150, 150, 10)
|
||||
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.11 }
|
||||
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.11 }
|
||||
#for (Foo, -140, 140, 10)
|
||||
#local H = 0.17;
|
||||
cylinder { <-150, H, Foo>, <150, H, Foo>, 0.06 }
|
||||
cylinder { <Foo, H, -150>, <Foo, H, 150>, 0.06 }
|
||||
#end
|
||||
|
||||
// ---------------------------------------------------------
|
||||
|
||||
object { Repere scale 10 translate y*7 }
|
||||
object { Repere scale 10 translate y*10 }
|
||||
object { Le_Decor }
|
||||
|
||||
camera {
|
||||
location <45, 179+(56*NormClock), 18-(17*NormClock)>
|
||||
location <45, 179+(61*NormClock), 18-(17*NormClock)>
|
||||
look_at <0, 1.18, 0.17 + (2.4*NormClock)>
|
||||
right <image_width/image_height, 0, 0>
|
||||
angle 50
|
||||
|
||||
Reference in New Issue
Block a user