premier commit du printemps

This commit is contained in:
Tonton Th
2025-03-31 03:55:29 +02:00
parent 3c4012945f
commit 363274e273
18 changed files with 221 additions and 79 deletions

View File

@@ -1,6 +1,8 @@
/*
* H E X A C O N E
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*
* cartographie de l'hexamonde
*/
#version 3.7;
@@ -25,12 +27,12 @@
// ---------------------------------------------------------
object { Repere scale 15 translate y*5 }
object { Repere scale 10 translate y*7 }
object { Le_Decor }
camera {
location <45, 126, 18>
look_at <0, 1.18, 0.17 + NormClock>
look_at <0, 1.18, 0.17 + (1.9*NormClock)>
angle 49
}