commit video full-v0
This commit is contained in:
13
contexte.inc
13
contexte.inc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user