Compare commits
2 Commits
02556e71d3
...
438cb71b43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
438cb71b43 | ||
|
|
d479b566b3 |
@@ -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")
|
||||||
|
|||||||
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user