Enum CullFaceMode
CullFaceMode enumeration
What face to cull
public enum CullFaceMode
Values
Name | Value | Description |
---|---|---|
Back | 1 | Only back faces are culled |
Front | 2 | Only front faces are culled |
Both | 3 | Both back/front faces are culled, doesn’t affect line/point rendering. |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D