Get the angular velocity of the node
| <node3d>.getAngularVelocity( | |
| mode = viz.ABS_GLOBAL |
)
mode = viz.ABS_GLOBAL
If viz.ABS_GLOBAL, the velocity will be specified in global coordinates. Otherwise the velocity will be specified in the objects local coordinate frame.
Angular velocity is the rate at which a node's orientation changes and is created by torque.
The angular velocity.
<node3d>.applyForce
<node3d>.applyTorque
<node3d>.getVelocity
<node3d>.setAngularVelocity
<node3d>.setVelocity