big refactoring: step 1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user