Page 1 of 1

Draw bounding volumes?

Posted: Fri Sep 09, 2005 12:48 pm
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.

Posted: Fri Sep 09, 2005 6:09 pm
by Spintz
videoDriver->draw3DBox

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