some tweaks...
This commit is contained in:
parent
4e88f481ff
commit
77ebfd9018
@ -11,9 +11,9 @@
|
|||||||
#local Zp = RD * cos(CK);
|
#local Zp = RD * cos(CK);
|
||||||
|
|
||||||
object {
|
object {
|
||||||
object { Patrouille rotate 90*y }
|
object { Patrouille }
|
||||||
rotate y*degrees(CK)
|
rotate y*degrees(CK)
|
||||||
translate <Xp, 67+(8*NormClock), Zp>
|
translate <Xp, 79+(11*NormClock), Zp>
|
||||||
translate <-30, 0, 0>
|
translate <-30, 0, 0>
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ object { BiTrident
|
|||||||
|
|
||||||
/* l'hexastar est une nouvelle venue du 4 janvier 2026 */
|
/* l'hexastar est une nouvelle venue du 4 janvier 2026 */
|
||||||
// elle est ici présentée sur son estrade.
|
// elle est ici présentée sur son estrade.
|
||||||
object { HexaStar rotate z*5
|
object { HexaStar rotate -z*5
|
||||||
rotate y*(670*sin(NormClock))
|
rotate y*(670*sin(NormClock))
|
||||||
translate Pos_RedB_3 + (y*2)
|
translate Pos_RedB_3 + (y*2)
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,6 +5,10 @@
|
|||||||
#declare Trid_length = 2;
|
#declare Trid_length = 2;
|
||||||
|
|
||||||
// ------------------------------------------------------
|
// ------------------------------------------------------
|
||||||
|
/*
|
||||||
|
* 2026/01/15 : this object is malformed,
|
||||||
|
* please correct it as soon as possible.
|
||||||
|
*/
|
||||||
#declare Trid_cone = object
|
#declare Trid_cone = object
|
||||||
{
|
{
|
||||||
merge {
|
merge {
|
||||||
@ -16,7 +20,7 @@ merge {
|
|||||||
#macro Trid_A_cone ()
|
#macro Trid_A_cone ()
|
||||||
difference {
|
difference {
|
||||||
object { Trid_cone }
|
object { Trid_cone }
|
||||||
object { Trid_cone translate -y*0.001 }
|
object { Trid_cone translate -y*0.04 }
|
||||||
#local Foo = rand(Rng1);
|
#local Foo = rand(Rng1);
|
||||||
#if (Foo < 0.25) texture { T_Brass_2C }
|
#if (Foo < 0.25) texture { T_Brass_2C }
|
||||||
#elseif (Foo < 0.50) texture { tPlasticOrange }
|
#elseif (Foo < 0.50) texture { tPlasticOrange }
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
union {
|
union {
|
||||||
#local EX = 2.4;
|
#local EX = 2.4;
|
||||||
#local EZ = 2.3;
|
#local EZ = 2.1 + (0.5*sin(NormClock));
|
||||||
object { Trident_A () rotate x*87 }
|
object { Trident_A () rotate x*87 }
|
||||||
object { HexaBenz () translate <-EX, 0, -EZ> }
|
object { HexaBenz () translate <-EX, 0, -EZ> }
|
||||||
object { HexaCone () translate < EX, -0.4, -EZ> }
|
object { HexaCone () translate < EX, -0.4, -EZ> }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user