Compare commits

..

2 Commits

Author SHA1 Message Date
Tonton Th
438cb71b43 increase zoom-out 2026-01-25 08:42:30 +01:00
Tonton Th
d479b566b3 patch emerging tridents 2026-01-25 08:41:18 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -105,9 +105,9 @@ object { HexaCone () rotate y*((12*NormClock)+80) translate P }
#end #end
#for (Foo, 0, 5) #for (Foo, 0, 5)
#declare Dy = rand(Rng1)-8+(12*NormClock); #declare Dy = (8*rand(Rng1))-9+(14*NormClock);
#declare Tr = UnderHoles[Foo] + <0, Dy, 0>; #declare Tr = UnderHoles[Foo] + <0, Dy, 0>;
#declare Ry = (( 0.5+rand(Rng1)-NormClock ) * 133); #declare Ry = (( 0.5+rand(Rng1)-NormClock ) * 166);
#ifdef (DEBUG_LEVEL) #ifdef (DEBUG_LEVEL)
#write (Trid, "Trid ", Foo, " ", NormClock, " ", Dy, " ", #write (Trid, "Trid ", Foo, " ", NormClock, " ", Dy, " ",
Ry, " ", Tr, "\n") Ry, " ", Tr, "\n")

View File

@@ -45,5 +45,5 @@ camera {
// focal_point <2, 1, 12> // focal_point <2, 1, 12>
// aperture 0.046 // aperture 0.046
// blur_samples 30 // blur_samples 30
angle 45 + (58*NormClock) angle 45 + (63*NormClock)
} }