commit for rabbit

This commit is contained in:
Tonton Th
2026-01-16 18:29:15 +01:00
parent 77ebfd9018
commit a51a963ba0
7 changed files with 65 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ merge {
#macro Trid_A_cone ()
difference {
object { Trid_cone }
object { Trid_cone translate -y*0.04 }
object { Trid_cone translate -y*0.06 }
#local Foo = rand(Rng1);
#if (Foo < 0.25) texture { T_Brass_2C }
#elseif (Foo < 0.50) texture { tPlasticOrange }
@@ -79,7 +79,8 @@ union {
#macro Trid_A_tail ()
union {
#for (A, 0, 360, 120)
object { Trid_A_ailette () rotate (A+270)*y }
#local RY = A + 270*rand(Rng1);
object { Trid_A_ailette () rotate RY*y }
#end // for
}
#end
@@ -94,7 +95,6 @@ union {
}
#end
// ------------------------------------------------------
#debug "+++++++++++++++++++++ trident loaded\n"
// ------------------------------------------------------