multiple tweakings...
This commit is contained in:
23
passage.pov
23
passage.pov
@@ -16,21 +16,36 @@
|
||||
|
||||
// ---------------------------------------
|
||||
|
||||
object { Le_Decor }
|
||||
|
||||
#declare PosX = 0.333;
|
||||
#declare PosY = 1.20 + (NormClock*0.22);
|
||||
#declare PosZ = (NormClock-0.5) * 29.22;
|
||||
#declare PosZ = (NormClock-0.5) * 34.22;
|
||||
|
||||
object { HexaCone translate <PosX, PosY, PosZ> }
|
||||
#if ( clock > 130 )
|
||||
|
||||
#if ( (clock < 111) )
|
||||
light_source {
|
||||
<2, 0.30, -2> color Red
|
||||
<3, 0.30, -8> color Blue
|
||||
spotlight
|
||||
radius .044
|
||||
falloff 2
|
||||
tightness 10
|
||||
tightness 3
|
||||
point_at <PosX, PosY, PosZ>
|
||||
}
|
||||
#end
|
||||
|
||||
#if ( (clock > 230) )
|
||||
light_source {
|
||||
<2, 0.30, -2> color White
|
||||
spotlight
|
||||
radius .044
|
||||
falloff 2
|
||||
tightness 3
|
||||
point_at <PosX, PosY, PosZ>
|
||||
}
|
||||
#end
|
||||
|
||||
camera {
|
||||
location <-1.56, 1.03, 9.76>
|
||||
look_at <PosX, PosY, PosZ>
|
||||
|
||||
Reference in New Issue
Block a user