big revamping, part 1
This commit is contained in:
@@ -4,6 +4,23 @@
|
||||
* A cosy place for experimental things (2025/10/27)
|
||||
*
|
||||
*/
|
||||
/* =============================================================== */
|
||||
/*
|
||||
* new Tue Dec 30 07:39:09 AM UTC 2025
|
||||
*/
|
||||
#declare Patrouille = object
|
||||
{
|
||||
union {
|
||||
#local EX = 2.4;
|
||||
#local EZ = 2.3;
|
||||
object { Trident_A () rotate x*87 }
|
||||
object { HexaBenz () translate <-EX, 0, -EZ> }
|
||||
object { HexaCone () translate < EX, -0.2, -EZ> }
|
||||
object { HexaBenz () translate <-EX*2, 0, -EZ*2> }
|
||||
object { HexaCone () translate < EX*2, -0.2, -EZ*2> }
|
||||
}
|
||||
}
|
||||
|
||||
/* =============================================================== */
|
||||
#macro Pointe_Wagonnet_0 ()
|
||||
merge {
|
||||
@@ -11,13 +28,13 @@ merge {
|
||||
sphere { 0, 0.06 }
|
||||
#local R = rand(Rng1);
|
||||
#if (R < 0.25)
|
||||
texture { T_Chrome_1A }
|
||||
texture { T_Chrome_3A }
|
||||
#elseif (R < 0.50)
|
||||
texture { T_Chrome_2B }
|
||||
#elseif (R < 0.75)
|
||||
texture { T_Chrome_3C }
|
||||
#else
|
||||
texture { T_Chrome_4D }
|
||||
texture { T_Chrome_3D }
|
||||
#end // IF
|
||||
}
|
||||
#end // Macro
|
||||
|
||||
Reference in New Issue
Block a user