PhysicsApplyAngularVelocityForce
Jump to navigation
Jump to search
Accelerate angular velocity of rigid body. ( i'm not sure is correct explanation )
Syntax
bool physicsApplyAngularVelocityForce( physics-rigid-body theRigidBody, float velocityX, float velocityY, float velocityZ)
Required Arguments
- theRigidBody: rigid body you want to apply velocity
- velocityXYZ: velocity you wants to apply
Returns
True if angular velocity got accelereted, false otherwise.
Example
See Also
- physicsCreateWorld
- physicsDestroy
- physicsCreateShape
- physicsCreateShapeFromModel
- physicsCreateRigidBody
- physicsCreateStaticCollision
- physicsCreateConstraint
- physicsAddChildShape
- physicsRemoveChildShape
- physicsGetChildShapes
- physicsSetChildShapeOffsets
- physicsGetChildShapeOffsets
- physicsGetShapes
- physicsGetRigidBodies
- physicsGetStaticCollisions
- physicsGetConstraints
- physicsSetProperties
- physicsGetProperties
- physicsDrawDebug
- physicsSetDebugMode
- physicsBuildCollisionFromGTA
- physicsApplyVelocity
- physicsApplyVelocityForce
- physicsApplyAngularVelocity
- physicsApplyAngularVelocityForce
- physicsApplyDamping
- physicsRayCast
- physicsShapeCast
- physicsGetElementType
- physicsIsElement