Enum Draw3DFlagEnum
- Namespace
- VectorDraw.Render
- Assembly
- VectorDraw.Render.dll
Represents values that used when drawing an object in 3d.
public enum Draw3DFlagEnum
Fields
Default = 0The default value for VectorDraw.Render.IDraw3DFlag.Draw3DFlag
DrawWire = 2Object with this value draws wire lines
ExcludeFrom3DList = 1Object with this value are not included in 3d opengl display lists.
ExcludeFromList = 4Object with this value are not included in display lists.