cosmetic change of look_at
This commit is contained in:
parent
80cd442a73
commit
05ab348be3
@ -16,6 +16,8 @@
|
|||||||
#include "dynamic.inc"
|
#include "dynamic.inc"
|
||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
|
// dessiner une grille
|
||||||
|
|
||||||
#for (Foo, -150, 150, 10)
|
#for (Foo, -150, 150, 10)
|
||||||
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.12 }
|
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.12 }
|
||||||
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.12 }
|
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.12 }
|
||||||
@ -23,12 +25,12 @@
|
|||||||
|
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
|
|
||||||
object { Repere scale 15 translate 4 }
|
object { Repere scale 15 translate y*5 }
|
||||||
object { Le_Decor }
|
object { Le_Decor }
|
||||||
|
|
||||||
camera {
|
camera {
|
||||||
location <45, 126, 18>
|
location <45, 126, 18>
|
||||||
look_at <0, 1.18, 0.17>
|
look_at <0, 1.18, 0.17 + NormClock>
|
||||||
angle 50
|
angle 49
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user