premier commit du printemps
This commit is contained in:
23
dynamic.inc
23
dynamic.inc
@@ -7,6 +7,29 @@
|
||||
object { Les_Bibelots rotate y*clock translate UnderHoles[2] }
|
||||
object { Les_Machins rotate -y*clock translate UnderHoles[3] }
|
||||
|
||||
/*
|
||||
* un hexabenz sur une base exterieure
|
||||
*/
|
||||
#declare BiBenz = object
|
||||
{
|
||||
#local K = 1.39;
|
||||
union {
|
||||
object { HexaBenz () rotate y*90 translate <-K, 1.75, 0> }
|
||||
object { HexaBenz () translate < K, 1.71, 0> }
|
||||
}
|
||||
}
|
||||
object { BiBenz rotate -y*(clock*0.19) translate Pos_RedB_0 }
|
||||
|
||||
#declare BiCone = object
|
||||
{
|
||||
#local K = 1.27;
|
||||
union {
|
||||
object { HexaCone () rotate y*90 translate <-K, 1.7, 1> }
|
||||
object { HexaCone () translate < K, 1.9, 1> }
|
||||
}
|
||||
}
|
||||
object { BiCone rotate -y*(Cos_010(NormClock)*777) translate Pos_RedB_1 }
|
||||
|
||||
/*
|
||||
* on fait passer un hexatruc dans le ciel
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user