first release of hexabenz
This commit is contained in:
60
hexabenz.inc
60
hexabenz.inc
@@ -5,19 +5,19 @@
|
||||
|
||||
#declare Benz_Cone_Base = object
|
||||
{
|
||||
#local RA = 0.125;
|
||||
#local RA = 0.123;
|
||||
#local RB = 0.001;
|
||||
union {
|
||||
cone { 0, RA, y, RB }
|
||||
// cylinder { 0, -0.08*y, RA*1.25 scale <1, 1, 4> }
|
||||
sphere { 0, RA*1.033 scale <1, 0.7, 6> translate -0.02*y }
|
||||
sphere { 0, RA*1.092 scale <1, 0.64, 6> translate -0.02*y }
|
||||
}
|
||||
}
|
||||
#declare Benz_Cones = object
|
||||
{
|
||||
union {
|
||||
#for (foo, 0, 360, 60)
|
||||
#local E = 0.47;
|
||||
#local E = 0.40;
|
||||
#local Tx = E * sin(radians(foo));
|
||||
#local Ty = E * cos(radians(foo));
|
||||
object { Benz_Cone_Base
|
||||
@@ -31,21 +31,51 @@ union {
|
||||
|
||||
// ------------------------------------------------------
|
||||
|
||||
#local RT = 0.24;
|
||||
#local LT = 0.67;
|
||||
|
||||
#declare Benz_Tubules = object
|
||||
{
|
||||
union {
|
||||
#local E = 0.17;
|
||||
#local R = 0.010;
|
||||
#for (foo, 0, 360, 20)
|
||||
#local Tx = E * sin(radians(foo));
|
||||
#local Ty = E * cos(radians(foo));
|
||||
#local Dz = z * 2.02;
|
||||
cylinder { -Dz, Dz, R translate <Tx, Ty, 0> }
|
||||
sphere { -Dz, R translate <Tx, Ty, 0> }
|
||||
sphere { Dz, R translate <Tx, Ty, 0> }
|
||||
#end
|
||||
}
|
||||
texture { Yellow_Glass }
|
||||
}
|
||||
|
||||
#declare Benz_Fuseau = object
|
||||
{
|
||||
sphere { 0, RT*0.39 scale <1, 1, 9> }
|
||||
texture { Gold_Nugget scale 0.56 }
|
||||
}
|
||||
|
||||
#declare Benz_Cylindre = object
|
||||
{
|
||||
difference {
|
||||
union {
|
||||
cylinder { z*LT*2.08, -z*LT, RT }
|
||||
sphere { z*LT*1.7, RT*0.72 translate y*RT*0.87}
|
||||
}
|
||||
cylinder { z*4, -z*4, RT*0.95 }
|
||||
}
|
||||
texture { Soft_Silver scale 6.0 }
|
||||
}
|
||||
|
||||
#declare Benz_Tube = object
|
||||
{
|
||||
union {
|
||||
difference {
|
||||
#local RT = 0.30;
|
||||
#local LT = 0.67;
|
||||
cylinder { -z*LT, z*LT, RT }
|
||||
cylinder { -z*2, z*2, RT*0.96 }
|
||||
}
|
||||
sphere { 0, RT*0.39 scale <1, 1, 9> }
|
||||
#for (foo, 0, 360, 20)
|
||||
cylinder { -z, z, 0.06 }
|
||||
#end
|
||||
object { Benz_Tubules }
|
||||
object { Benz_Fuseau }
|
||||
object { Benz_Cylindre }
|
||||
}
|
||||
texture { Gold_Nugget scale 0.56 }
|
||||
}
|
||||
|
||||
// ------------------------------------------------------
|
||||
@@ -53,7 +83,7 @@ texture { Gold_Nugget scale 0.56 }
|
||||
#declare HexaBenz = object
|
||||
{
|
||||
union {
|
||||
object { Benz_Cones }
|
||||
object { Benz_Cones rotate z*NormClock*99.999}
|
||||
object { Benz_Tube }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user