SetObject3DPhysicsDamping
Description
Sets the linear and angular damping for the object
Definition
SetObject3DPhysicsDamping( objID, linearDamp, angularDamp )
void agk::SetObject3DPhysicsDamping( UINT objID, float linearDamp, float angularDamp )
Parameters
- objID - object ID
- linearDamp - The amount of linear damping applied to the object.
- angularDamp - The amount of angular damping applied to the object.