Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T169008
Change Details
Change Details
Old
New
Diff
Currently the only way to modify the angular velocity of an object is the addTorque command. It would be useful to have some vector commands for angular velocity: angularVelocity _obj setAngularVelocity _obj addAngularVelocity _obj
Currently the only way to modify the angular velocity of an object is the addTorque command. It would be useful to have some vector commands for angular velocity: angularVelocity _obj; _obj setAngularVelocity _vec3; _obj addAngularVelocity _vec3;
Currently the only way to modify the angular velocity of an object is the addTorque command. It would be useful to have some vector commands for angular velocity: angularVelocity _obj
;
_obj
setAngularVelocity _
obj
vec3;
_obj
addAngularVelocity _
obj
vec3;
Continue