premier commit du printemps
This commit is contained in:
@@ -38,6 +38,25 @@ texture { T_Beton_1 }
|
||||
object { Base_cabane_forme }
|
||||
texture { T_Beton_2 }
|
||||
}
|
||||
// ------------------------------------------------------ ##
|
||||
|
||||
#declare Compteur = object
|
||||
{
|
||||
#local Texte = str(clock, 3, 0);
|
||||
#debug concat("Texte du compteur ", Texte, "\n\n")
|
||||
text {
|
||||
ttf "datas/ComicMono.ttf" Texte 0.1, 0
|
||||
texture { T_WIP_alert }
|
||||
}
|
||||
}
|
||||
#declare Cabane_Compteur = object
|
||||
{
|
||||
union {
|
||||
object { Compteur scale 0.55
|
||||
translate <-0.46, 0.22, 0.32> }
|
||||
object { Cabane_Base_2 }
|
||||
}
|
||||
}
|
||||
|
||||
/* ======================================================= */
|
||||
#declare GroundBase_Sol = object
|
||||
@@ -59,7 +78,7 @@ intersection {
|
||||
}
|
||||
cylinder { -y*5, y*5, SzSol*0.45 }
|
||||
}
|
||||
finish { phong 0.105 }
|
||||
finish { phong 0.096 }
|
||||
translate y*H_sol
|
||||
}
|
||||
|
||||
@@ -92,7 +111,7 @@ texture { T_Grnt7 rotate 49 scale 0.333 }
|
||||
#declare GroudBase_coin = object
|
||||
{
|
||||
merge {
|
||||
cylinder { 0, y*0.5, 0.09 }
|
||||
cylinder { 0, y*0.5, 0.10 }
|
||||
sphere { 0, 0.10 scale <1, 0.23, 1> translate y*0.5 }
|
||||
}
|
||||
}
|
||||
@@ -125,7 +144,7 @@ union {
|
||||
*/
|
||||
#local Dz = <0, 0, -7>;
|
||||
object { GroundBase_a translate Dz }
|
||||
object { Cabane_Base_2 rotate y*180
|
||||
object { Cabane_Compteur rotate y*180
|
||||
translate Dz + y*H_base }
|
||||
#undef Dz
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user