le commit avant-sieste

This commit is contained in:
Tonton Th
2025-12-18 22:28:33 +01:00
parent 38d3863124
commit 9aa1f37dcf
7 changed files with 46 additions and 33 deletions

View File

@@ -86,7 +86,7 @@ translate y*H_sol
#declare GroundBase_a = object
{
/*
C'est quoi ce truc ?
le soubassement de l'abribus
*/
union {
#local Dx = 1.5;
@@ -111,8 +111,8 @@ texture { T_Grnt7 rotate 49 scale 0.333 }
#declare GroudBase_coin = object
{
merge {
cylinder { 0, y*0.5, 0.10 }
sphere { 0, 0.10 scale <1, 0.25, 1> translate y*0.5 }
cylinder { 0, y*0.5, 0.12 }
sphere { 0, 0.12 scale <1, 0.25, 1> translate y*0.5 }
}
}
@@ -127,7 +127,7 @@ union {
object { GroudBase_coin translate <-Sz, Hc, Sz> }
object { GroudBase_coin translate < Sz, Hc, Sz> }
}
texture { T_Grnt27 rotate 9 scale 0.32 }
texture { T_Grnt27 rotate 9 scale 0.302 }
#undef Sz
#undef Hc
}