cramicule is comming !
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#version 3.7;
|
||||
|
||||
global_settings {
|
||||
ambient_light rgb <0.04, 0.04, 0.04>
|
||||
ambient_light rgb <0.06, 0.06, 0.06>
|
||||
assumed_gamma 1.0
|
||||
}
|
||||
//----------------------------------------------------------------
|
||||
@@ -16,8 +16,7 @@ global_settings {
|
||||
|
||||
#declare VOXEL = object
|
||||
{
|
||||
// sphere { 0, 1.18 }
|
||||
#local D = 2.11;
|
||||
#local D = 3.85;
|
||||
box { <-D, -D, -D>, <D, D, D> }
|
||||
}
|
||||
|
||||
@@ -33,14 +32,13 @@ object {
|
||||
*/
|
||||
#local TRK = DIMC/2.0000000;
|
||||
translate <-TRK, -TRK, -TRK>
|
||||
// rotate <clock*0.22, 0, clock*0.17>
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
#declare TriAxe = object
|
||||
{
|
||||
#local Sz = 300;
|
||||
#local Ra = 0.20;
|
||||
#local Ra = 0.25;
|
||||
union {
|
||||
cylinder { <-Sz, 0, 0>, <Sz, 0, 0>, Ra pigment { color Red } }
|
||||
cylinder { <0, -Sz, 0>, <0, Sz, 0>, Ra pigment { color Green } }
|
||||
@@ -62,7 +60,7 @@ plane {
|
||||
light_source { <-29, 45, -27> color Gray70 }
|
||||
light_source { <-52, 5, -48> color Yellow*0.45 }
|
||||
light_source { < 59, 45, 48> color Gray20 }
|
||||
light_source { < 59, -45, 48> color Gray20 }
|
||||
light_source { < 59, -45, 48> color Gray40 }
|
||||
light_source { < 9, 59, 18> color Red*0.65 }
|
||||
light_source { < 8, -48, 3> color Green*0.75 }
|
||||
|
||||
@@ -97,4 +95,3 @@ camera {
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
//----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user