Tesla Graphics Engine Documentation (January 2012)
DrawTangentBasis Method (scene, renderer)
TeslaTesla.UtilGeometryDebuggerDrawTangentBasis(Spatial, IRenderer)
Draws the tangent basis (Normal, Tangent, Binormal) of the provided spatial. If the spatial is a Node, 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
)
Parameters
scene (Spatial)
Scene to draw the tangent basis of.
renderer (IRenderer)
The renderer

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