Debugging tool for visualizing information. More...
#include <Visualizer.h>
Static Public Member Functions | |
static void | ShowBSphere (const CollisionVolumeBSphere &S, const Vect &col=DEFAULT_COLOR) |
Shows B Sphere of an object using a given color. | |
Static Private Attributes | |
static Vect | DEFAULT_COLOR = Color::Blue |
Visualizer default color is blue. | |
Debugging tool for visualizing information.
This debugging tool aims to display graphical information to the user. It can display bounding spheres.
|
static |
Shows B Sphere of an object using a given color.
This is the visualizing debug tool for showing B Spheres. A color vect can be selected when visualizing the sphere or it will default to blue. This function can be called anywhere within ones code. Go to Collidables for more information on setting up a B Sphere.
S | |
col |
|
staticprivate |
Visualizer default color is blue.