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
*/
@@ -17,17 +18,17 @@
// ---------------------------------------
#declare PosX = 0;
#declare PosY = 1.40;
#declare PosZ = (NormClock-0.5) * 7.54;
#declare PosY = 1.20 + (NormClock*0.20);
#declare PosZ = (NormClock-0.5) * 8.44;
object { HexaCone translate <PosX, PosY, PosZ> }
camera {
location <-2, 1.23, 9>
location <-1.50, 1.23, 9>
look_at <PosX, 1.50, PosZ>
// focal_point <0, 1, 0>
// aperture 0.046
// blur_samples 30
angle 40 + (NormClock * 22)
angle 36
}