NewtonTreeCollisionCallback

From Newton Wiki
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