release of voxel-2

This commit is contained in:
tth
2022-04-10 01:41:42 +02:00
parent 85d6b57eee
commit 694066169c
4 changed files with 35 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ global_settings {
#declare VOXEL = object
{
// sphere { 0, 1.18 }
#local D = 1.38;
#local D = 1.0111;
box { <-D, -D, -D>, <D, D, D> }
}
@@ -34,18 +34,18 @@ object {
//----------------------------------------------------------------
// light_source { <-12, 45, -25> color Gray70 }
light_source { <-52, 5, -38> color Yellow*0.55 }
light_source { <-52, 5, -38> color Yellow*0.45 }
light_source { < 59, 5, 48> color Gray20 }
light_source { < 3, -59, 8> color Red*0.75 }
light_source { < 8, 61, 3> color Green*0.85 }
light_source { < 3, 59, 8> color Red*0.65 }
light_source { < 8, -61, 3> color Green*0.75 }
#declare NormClock = (clock/360);
#declare ECAM = 88 - 23*NormClock;
#declare ECAM = 88 - (73*NormClock);
#declare XCAM = ECAM * sin(radians(clock));
#declare YCAM = -12;
#declare ZCAM = ECAM * cos(radians(clock));
#declare ACAM = 65 + (27*NormClock);
#declare ACAM = 65 + (48*NormClock);
#if (0 = clock)
#fopen CL "WS/camvox.log" write