Difference between revisions of "NewtonTreeCollisionCallback"

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

Latest revision as of 08:02, 10 June 2019

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