Tesla Graphics Engine Documentation (January 2012)
DrawNormals Method (scene, renderer)
TeslaTesla.UtilGeometryDebuggerDrawNormals(Spatial, IRenderer)
Draws the vertex normals of the provided spatial. If the spatial is a Node, the child meshes of the spatial will have their vertex normals drawn, if the mesh is visible.
Declaration Syntax
C#
public static void DrawNormals(
	Spatial scene,
	IRenderer renderer
)
Parameters
scene (Spatial)
Scene to draw the vertex normals of.
renderer (IRenderer)
The renderer

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