big commit, a lot of small adjustemnst

This commit is contained in:
Tonton Th
2025-11-25 02:36:52 +01:00
parent fa8f9578b5
commit c56db2a87d
15 changed files with 170 additions and 207 deletions

View File

@@ -21,8 +21,8 @@
// dessiner une grille
#for (Foo, -150, 150, 10)
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.10 }
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.10 }
cylinder { <-150, 0, Foo>, <150, 0, Foo>, 0.11 }
cylinder { <Foo, 0, -150>, <Foo, 0, 150>, 0.11 }
#end
// ---------------------------------------------------------
@@ -31,8 +31,8 @@ object { Repere scale 10 translate y*7 }
object { Le_Decor }
camera {
location <45, 179+(51*NormClock), 18-(21*NormClock)>
look_at <0, 1.18, 0.17 + (2.9*NormClock)>
location <45, 179+(51*NormClock), 18-(17*NormClock)>
look_at <0, 1.18, 0.17 + (2.4*NormClock)>
angle 50
}