Draw bounding volumes?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Zoulz
Posts: 12
Joined: Fri Aug 19, 2005 11:07 am
Location: Sweden
Contact:

Draw bounding volumes?

Post by Zoulz »

Is there some easy and quick way to draw bounding volumes? I'd like to see the ellipsoid for my getCollisionResultPosition() call. It's for debugging reasons.
Spintz
Posts: 1688
Joined: Thu Nov 04, 2004 3:25 pm

Post by Spintz »

videoDriver->draw3DBox

As for drawing an ellipsoid, there is no built in function for that.
Image
Post Reply