nap time ?

This commit is contained in:
Tonton Th
2026-05-27 07:23:01 +02:00
parent addd793fbc
commit f3df71d687
13 changed files with 70 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ merge {
}
#end
// ===========================================================
#declare SzC = 0.3;
#declare SzC = 0.333;
#macro Base_Col_A ()
merge {
box { <-SzC, 0, -SzC>, <SzC, 0.222, SzC> }
@@ -49,7 +49,7 @@ difference {
// -----------------------------------------------------------
#macro Fut_Col_A (H)
object {
cylinder { 0, H*y, 0.15 }
cylinder { 0, H*y, SzC * 0.50 }
#local R = rand(Rng1);
#if (R < 0.43)
texture { T_Stone29 }
@@ -73,7 +73,7 @@ union {
#macro Linteau_A (Lg, Epp)
merge {
#local L = Lg + 0.42;
#local K = 0.28;
#local K = 0.30;
box { <-L, 0, -K>, <L, Epp, K> }
cylinder { <0, Epp, -K*0.9>, <0, Epp, K*0.9>, K }
#local R = rand(Rng1);