NewtonTreeCollisionCallback

From Newton Wiki
Revision as of 08:02, 10 June 2019 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NewtonTreeCollisionCallback

typedef void (*NewtonTreeCollisionCallback) (const NewtonBody* bodyWithTreeCollision, const NewtonBody* body, int faceID, int vertexCount, const dFloat* vertex, int vertexStrideInBytes); 

Usage

undocument, but most likely a useful callback.

Parameters

  • const NewtonBody* bodyWithTreeCollision
  • const NewtonBody* body
  • int faceID
  • int vertexCount
  • const dFloat* vertex
  • int vertexStrideInBytes

Remarks

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

See also

NewtonStaticCollisionSetDebugCallback