NewtonUserMeshCollisionGetCollisionInfo

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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