:: com :: sun :: star :: drawing ::

enum NormalsKind
Description
specifies in which way the standard normals for an object are produced.

Values
SPECIFIC does not produce standard normals, but leaves the object-specific ones untouched.  
FLAT forces one normal per flat part.  
SPHERE forces normals to think that the object is a sphere.  
Values' Details
SPECIFIC
SPECIFIC,
Description
does not produce standard normals, but leaves the object-specific ones untouched.
FLAT
FLAT,
Description
forces one normal per flat part.
SPHERE
SPHERE,
Description
forces normals to think that the object is a sphere.
Top of Page