NewtonUserMeshCollisionGetCollisionInfo

From Newton Wiki
Jump to: navigation, search

NewtonUserMeshCollisionGetCollisionInfo

typedef void (*NewtonUserMeshCollisionGetCollisionInfo) (void* userData, NewtonCollisionInfoRecord* infoRecord);

Usage

Called whenever NewtonCollisionGetInfo is used to request information about a User Mesh collision shape.

Parameters

Return

  • Fill the m_paramArray[64] structure of infoRecord with whatever data your application wishes to store in it.

Remarks

  • This is not a library function, but a callback event.

See also

NewtonCreateUserMeshCollision