Tesla Graphics Engine Documentation (January 2012)
DrawNormals Method (scene, renderer, recurse)
TeslaTesla.UtilGeometryDebuggerDrawNormals(Spatial, IRenderer, Boolean)
Draws the vertex normals of the provided spatial. If the spatial is a Node and recurse is true, 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,
	bool recurse
)
Parameters
scene (Spatial)
Scene to draw the vertex normals of.
renderer (IRenderer)
The renderer
recurse (Boolean)
True if the children of the scene should have their vertex normals drawn.

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