add stuff

This commit is contained in:
Tonton Th 2025-01-01 16:15:06 +01:00
parent 1f330dec14
commit 09792791f7

View File

@ -4,3 +4,19 @@ global_settings {
ambient_light rgb <0.18, 0.14, 0.17>
max_trace_level 15
}
#declare Rng2 = seed(now*24*60*60);
#declare foo = rand(Rng2);
#declare NormClock = clock / 360.0;
/* ------------------------------------------------------------ */
#macro Cos_01( X )
(0.5-0.5*cos( 3.141592654 * X))
#end
#macro Cos_010( X )
(0.5-0.5*cos( 2 * 3.141592654 * X))
#end
/* ------------------------------------------------------------ */