a lot of cosmetic changes

This commit is contained in:
Tonton Th
2025-10-31 14:14:07 +01:00
parent 5706911bde
commit 048148967b
9 changed files with 39 additions and 29 deletions

View File

@@ -31,8 +31,8 @@
// #debug concat("X ", str(posX,7,3), " Z ", str(posZ,7,3), "\n")
// #debug concat("position Z ", str(posZ,7,3),"\n")
#if ( (abs(posX)>1.3) & (abs(posZ)>1.3) )
#declare Limit = 1.450;
#if ( (abs(posX)>Limit) & (abs(posZ)>Limit) ) // position
#if (rand(Rng1) < 0.555)
object { HexaCone () rotate <Rx, Ry, Rz>
translate <posX, posY, posZ> }
@@ -43,9 +43,8 @@
// #debug "\n"
#end // if pos...
#end // loop IDX
#end // if position...
#end // loop idX
#end // loop idZ
// =======================================================
@@ -54,9 +53,9 @@ object { Le_Decor }
// object { Repere scale 5 translate y }
#local CamX = -8.7 + ( 6.9 * Cos_01(NormClock));
#local CamY = 0.42 + (27.89 * Cos_01(NormClock));
#local CamZ = 16.86 + (14.9 * Cos_01(NormClock));
#local CamX = -8.7 + ( 6.9 * Cos_01(NormClock));
#local CamY = 0.42 + (29.06 * Cos_01(NormClock));
#local CamZ = 122 - (18.9 * Cos_01(NormClock));
camera {
location <CamX, CamY, CamZ>