Difference between revisions of "NewtonTreeCollisionBeginBuild"

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

Latest revision as of 08:02, 10 June 2019

NewtonTreeCollisionBeginBuild

void NewtonTreeCollisionBeginBuild(const NewtonCollision* treeCollision)

Usage

Prepare a TreeCollision to begin to accept the polygons that comprise the collision mesh. Before you can use this function, create a Tree Collision with NewtonCreateTreeCollision.

Parameters

  • const NewtonCollision* treeCollision - is the pointer to the Tree Collision collision shape.

Return

  • Nothing.

See also

NewtonTreeCollisionAddFace NewtonTreeCollisionEndBuild