10.07.2011, 18:59
Hi, I have those 4 objects:
And I want to move them to other XYZA.
But not like
That shape look like this:
And I want to rotate and chenge the location,
But the shape still look the same...
How I do it?
Код:
CreateDynamicObject(2960,-0.00000000,-0.00000000,0.00000000,0.00000000,90.00000000,0.00000000); //object(kmb_beam) (4) CreateDynamicObject(2960,-0.16927584,0.13264881,0.00000000,0.00000000,90.00000000,90.00000000); //object(kmb_beam) (5) CreateDynamicObject(9131,0.77491927,0.00000000,1.92499852,0.00000000,90.00000000,0.00000000); //object(shbbyhswall13_lvs) (8) CreateDynamicObject(9131,1.54889786,0.00000000,1.14999926,0.00000000,0.00000000,0.00000000); //object(shbbyhswall13_lvs) (9)
But not like
Код:
CreateDynamicObject(2960,-0.00000000+x,-0.00000000+y,0.00000000+z,0.00000000,90.00000000,0.00000000+a); //object(kmb_beam) (4)
And I want to rotate and chenge the location,
But the shape still look the same...
How I do it?