cramicule is comming !

This commit is contained in:
tTh
2026-06-25 10:09:03 +02:00
parent de43a1810c
commit d7da858380
21 changed files with 66 additions and 48 deletions

View File

@@ -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;