cramicule is comming !
This commit is contained in:
@@ -13,6 +13,10 @@ global_settings {
|
||||
|
||||
#declare NormClock = clock / NbFrames;
|
||||
|
||||
#macro Cos_010( X )
|
||||
(0.5-0.5*cos(2*3.141592654*X))
|
||||
#end
|
||||
|
||||
// ----------------------------------------------------------
|
||||
|
||||
#include "WS/bloubs.inc"
|
||||
@@ -35,7 +39,7 @@ union {
|
||||
plane { <0, 1, 0>, 27 }
|
||||
plane { <0, 0, 1>, 69 }
|
||||
texture {
|
||||
pigment { color srgb <0.35, 0.44, 0.43> }
|
||||
pigment { color srgb <0.48, 0.54, 0.52> }
|
||||
finish { phong 0.18 ambient 0.25 reflection 0.35 }
|
||||
}
|
||||
}
|
||||
@@ -162,9 +166,10 @@ union {
|
||||
light_source { < 19, 12+NormClock, -17> color Gray80 }
|
||||
light_source { <-14, 10-NormClock, -29> color Gray80 }
|
||||
|
||||
#declare XCAM = 10 - ( 20 * NormClock);
|
||||
#declare XCAM = 20 - ( 40 * NormClock);
|
||||
#declare YCAM = -1.1 + (2.26 * NormClock);
|
||||
#declare ZCAM = -23.00;
|
||||
#declare ACAM = 55 - (12*Cos_010(NormClock));
|
||||
|
||||
#declare XLAT = 0;
|
||||
#declare YLAT = 0;
|
||||
|
||||
Reference in New Issue
Block a user