Difference between revisions of "NewtonUserMeshCollisionGetCollisionInfo"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

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