Used by the
TGLBaseMesh normalsorientation properties.
TGLBaseMesh is the base class of
TGLActor and
TGLFreeform.
NormalsOrientation specifies how the normals of a mesh are orientated. It is the enumerated type:
TMeshNormalsOrientation = (mnoDefault, mnoInvert);
mnoDefault : uses default orientation
mnoInvert : inverse of default orientation
mnoAutoSolid: autocalculate to make the mesh globally solid
mnoAutoHollow : autocalculate to make the mesh globally hollow
Unit:
GLVectorFileObjects∞