big refactoring: step 1

This commit is contained in:
Tonton Th
2024-12-29 04:56:10 +01:00
parent adf59ceff6
commit 090981d84c
13 changed files with 150 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
/*
* H E X A C O N E
* nouveau projet Thu Dec 5 11:37:05 AM UTC 2024
*/
@@ -16,7 +17,12 @@
light_source { <-16, 17, -24>, rgb <0.51, 0.65, 0.40> }
object { HexaCone rotate y*clock translate y*1.11 }
#declare TrX = 2 * sqrt(NormClock);
#declare TrY = 1.11 + (5 * sqrt(NormClock));
#declare TrZ = 3 * sqrt(NormClock);
#declare TrH = <TrX, TrY, TrZ>;
object { HexaCone translate TrH }
camera {
location <-3.60, 19.60-NormClock, 21.09>