Tesla Graphics Engine Documentation (January 2012)
NormalGeneration Enumeration
TeslaTesla.ContentNormalGeneration
Options to tell the model loader how to generate normals.
Declaration Syntax
C#
public enum NormalGeneration
Members
Member Description
None Do not generate normals.
Face Use the triangle's face normal for each vertex.
Smooth Average the normal with the face normal of every triangle that shares the vertex.
Crease Average the normal with the face normal of every triangle that shares the vertex, only when their angles are less than the crease angle.

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