ready for prime time ?
This commit is contained in:
parent
949d5b328d
commit
32f4b403e2
12
cutoff.pov
12
cutoff.pov
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
|
||||||
#debug concat("------ cutoff clock = ", str(clock,5,0),"\n")
|
// #debug concat("------ cutoff clock = ", str(clock,5,0),"\n")
|
||||||
|
|
||||||
#declare Kbox = (2*NormClock);
|
#declare Kbox = (2.03*NormClock);
|
||||||
|
|
||||||
/* this one is for debugging */
|
/* this one is for debugging */
|
||||||
object { OpenBox translate <0, 1.5, Kbox> }
|
// object { OpenBox translate <0, 1.5, Kbox> }
|
||||||
|
|
||||||
difference {
|
difference {
|
||||||
object { HexaCone () rotate y*5 }
|
object { HexaCone () rotate y*5 }
|
||||||
@ -29,14 +29,14 @@ difference {
|
|||||||
// =======================================================
|
// =======================================================
|
||||||
|
|
||||||
object { Le_Decor }
|
object { Le_Decor }
|
||||||
object { Repere }
|
// object { Repere }
|
||||||
|
|
||||||
// =======================================================
|
// =======================================================
|
||||||
|
|
||||||
#local CamX = -2.7 + (2.1*NormClock);
|
#local CamX = -1.7 + (1.1*Cos_01(NormClock));
|
||||||
#local CamY = 2.58 + (0.034*sqrt(NormClock));
|
#local CamY = 2.58 + (0.034*sqrt(NormClock));
|
||||||
camera {
|
camera {
|
||||||
location <CamX, CamY, 6.99>
|
location <CamX, CamY, 5.50>
|
||||||
look_at <0, 1.3, 0>
|
look_at <0, 1.3, 0>
|
||||||
angle 42 - 4*Cos_01(NormClock)
|
angle 42 - 4*Cos_01(NormClock)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user