Tesla Graphics Engine Documentation (January 2012)
DrawTangentBasis Method (scene, renderer, recurse)
TeslaTesla.UtilGeometryDebuggerDrawTangentBasis(Spatial, IRenderer, Boolean)
Draws the tangent basis (Normal, Tangent, Binormal) of the provided spatial. If the spatial is a Node and recurse is true, the child meshes of the spatial will have their tangent basis drawn, if the mesh is visible.
Declaration Syntax
C#
public static void DrawTangentBasis(
	Spatial scene,
	IRenderer renderer,
	bool recurse
)
Parameters
scene (Spatial)
Scene to draw the tangent basis of.
renderer (IRenderer)
The renderer
recurse (Boolean)
True if the children of the scene should have their tangent basis drawn.

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