ImageGear .NET
ImGearVectCullFace Enumeration




Specifies face culling modes.
Syntax
'Declaration
 
Public Enum ImGearVectCullFace 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearVectCullFace
public enum ImGearVectCullFace : System.Enum 
__value public enum ImGearVectCullFace : public System.Enum 
public enum class ImGearVectCullFace : public System.Enum 
Members
MemberValueDescription
BACK1Back-facing facets are culled (only front-facing faces are rendered).
FRONT2Front-facing facets are culled (only back-facing faces are rendered).
NONE0No facets are culled (both front and back facing faces are rendered).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Vector.ImGearVectCullFace

See Also

Reference

ImageGear.Vector Namespace

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback