True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

void TA::StaticObject::Initialise (
CollisionObjectComplex *   pCollisionObjectComplex  )
 

Call this function to initialise the static object.

Parameters:
pCollisionObjectComplex
A pointer to a collision object of type TA::CollisionObjectComplex that will used to represent the static object. TA::CollisionObjectComplex is only a static base class. The the class TA::CollisionObjectAABBMesh provides an implementation. The user is also free to use their own implementation. See TA::CollisionObjectComplex for more details. This function calls AddRef() on pCollisionObjectComplex. Release() will be called when the static object is destroyed.
Examples:
SimplePhysicsSimulationExample.cpp.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.