Tesla Graphics Engine Documentation (January 2012)
DrawBounds Method (scene, renderer, recurse)
TeslaTesla.UtilGeometryDebuggerDrawBounds(Spatial, IRenderer, Boolean)
Draws the spatial's bounding volumes, if visible to the renderer's currently active camera. If the spatial is a Node and recurse is requested, the children of the spatial will be rendered if visible.
Declaration Syntax
C#
public static void DrawBounds(
	Spatial scene,
	IRenderer renderer,
	bool recurse
)
Parameters
scene (Spatial)
Scene to draw the bounds of.
renderer (IRenderer)
The renderer
recurse (Boolean)
True if the children of the scene, if any, should have their volumes drawn.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)