commit video full-v0

This commit is contained in:
Tonton Th
2024-12-31 12:51:12 +01:00
parent 929d59b169
commit d16132de30
13 changed files with 166 additions and 45 deletions

View File

@@ -6,6 +6,17 @@
#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
/* ------------------------------------------------------------ */
#declare Rhxba = 0.30;
@@ -73,7 +84,7 @@ light_source {
#if ( (clock>166) & (clock<213) )
light_source {
<2, 0.30, -2> color Orange
<2, 0.30, -2> color Yellow
spotlight
radius 12
falloff 20