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

void TA::PhysicsRender::RenderLineCallBack
 

It is upto the user to provide this function if they want to use the True Axis Physics SDK debug rendering features. This can be done though the function TA::PhysicsRender::SetRenderLineCallBack.

typedef void (TAC_CALL *RenderLineCallBack)(const Vec3& v3PosA, const Vec3& v3PosB, u32 nColour); 
Parameters
v3PosA
Line start position.
v3PosB
Line end position.
nColour
32 bit colour. Alpha, Red, Green Blue.



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