commit su soir, espoir
This commit is contained in:
16
hexastar.inc
16
hexastar.inc
@@ -31,10 +31,11 @@ union {
|
||||
{
|
||||
union {
|
||||
torus { HS_radius*0.73, 0.0180 }
|
||||
#local L = 0.0032;
|
||||
cylinder { -y*L, y*L, 0.059 }
|
||||
sphere { 0, 0.059 translate -y*L }
|
||||
sphere { 0, 0.059 translate y*L }
|
||||
#local L = 0.0028;
|
||||
#local R = 0.0597;
|
||||
cylinder { -y*L, y*L, R }
|
||||
sphere { 0, R translate -y*L }
|
||||
sphere { 0, R translate y*L }
|
||||
}
|
||||
scale <1, 25.10, 1>
|
||||
rotate z*90
|
||||
@@ -54,9 +55,10 @@ union {
|
||||
cone { < 0.44, 0, 0>, Small, < 0.88, 0, 0>, R_a }
|
||||
sphere { 0, R_a scale <0.7, 1, 1> translate <0.88, 0, 0> }
|
||||
#local R = rand(Rng1);
|
||||
#if ( R < 0.45 ) texture { C_Texture }
|
||||
#elseif ( R < 0.80 ) texture { Aluminum }
|
||||
#else texture { T_Gold_3C }
|
||||
#if ( R < 0.35 ) texture { C_Texture }
|
||||
#elseif ( R < 0.50 ) texture { M_Texture }
|
||||
#elseif ( R < 0.80 ) texture { Aluminum }
|
||||
#else texture { T_Gold_3C }
|
||||
#end
|
||||
}
|
||||
#end // macro
|
||||
|
||||
Reference in New Issue
Block a user