#1
|
|||
|
|||
Object rotating around world axis, not own axis
How can I get an object to rotate around its own axis and not around the world axis??
Thanks |
#2
|
|||
|
|||
All the rotate commands accept an optional parameter that specifies how to apply the rotation. For example, to here is how to apply a 90 degree rotation around the local y-axis:
Code:
object.rotate(0,1,0,90,viz.RELATIVE_LOCAL) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|