Difference between revisions of "NewtonFracturedCompoundSetCallbacks"

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

Latest revision as of 08:02, 10 June 2019

NewtonFracturedCompoundSetCallbacks

void NewtonFracturedCompoundSetCallbacks (const NewtonCollision* const fracturedCompound, NewtonFractureCompoundCollisionReconstructMainMeshCallBack regenerateMainMeshCallback, 

NewtonFractureCompoundCollisionOnEmitCompoundFractured emitFracturedCompound, NewtonFractureCompoundCollisionOnEmitChunk emitFracfuredChunk)

Usage

Parameters

  • const NewtonCollision* const fracturedCompound
  • NewtonFractureCompoundCollisionReconstructMainMeshCallBack regenerateMainMeshCallback
  • NewtonFractureCompoundCollisionOnEmitCompoundFractured emitFracturedCompound
  • NewtonFractureCompoundCollisionOnEmitChunk emitFracfuredChunk

Return

  • (Procedure)

Description

See also