some tweaks...

This commit is contained in:
Tonton Th
2026-01-15 20:30:08 +01:00
parent 4e88f481ff
commit 77ebfd9018
3 changed files with 10 additions and 6 deletions

View File

@@ -5,6 +5,10 @@
#declare Trid_length = 2;
// ------------------------------------------------------
/*
* 2026/01/15 : this object is malformed,
* please correct it as soon as possible.
*/
#declare Trid_cone = object
{
merge {
@@ -16,7 +20,7 @@ merge {
#macro Trid_A_cone ()
difference {
object { Trid_cone }
object { Trid_cone translate -y*0.001 }
object { Trid_cone translate -y*0.04 }
#local Foo = rand(Rng1);
#if (Foo < 0.25) texture { T_Brass_2C }
#elseif (Foo < 0.50) texture { tPlasticOrange }