Table of Contents

Enum Draw3DFlagEnum

Namespace
VectorDraw.Render
Assembly
VectorDraw.Render.dll

Represents values that used when drawing an object in 3d.

public enum Draw3DFlagEnum

Fields

Default = 0

The default value for VectorDraw.Render.IDraw3DFlag.Draw3DFlag

DrawWire = 2

Object with this value draws wire lines

ExcludeFrom3DList = 1

Object with this value are not included in 3d opengl display lists.

ExcludeFromList = 4

Object with this value are not included in display lists.