MVIEW_DRAWOBJ3D_ENTITYConstant Class
What types of entities to draw
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetMVIEW_DRAWOBJ3D_ENTITYConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class MVIEW_DRAWOBJ3D_ENTITYConstant

The MVIEW_DRAWOBJ3D_ENTITYConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLINE_LOOPS
Draw 3D Line loop (no normals, closes loop with first point) [2+x verticies per object]
Public fieldStatic memberLINE_STRIPS
Draw 3D Line strip (no normals) [2+x verticies per object]
Public fieldStatic memberLINES
Draw 3D Lines (no normals) [2 verticies per object]
Public fieldStatic memberPOINTS
Draw 3D Points (no normals) [1 verticies per object]
Public fieldStatic memberPOLYGONS
Draw 3D Quad Polygones (Must be in the same plane, must be convex and cannot intersect itself)
Public fieldStatic memberQUADS
Draw 3D Quads (Must be in the same plane) [4 verticies per object]
Public fieldStatic memberQUADS_STRIPS
Draw 3D Quad Strips (Must be in the same plane) [4+2x verticies per object]
Public fieldStatic memberTRIANGLE_FANS
Draw 3D Triangle fans [3+x verticies per object]
Public fieldStatic memberTRIANGLE_STRIPS
Draw 3D Triangle strips [3+x verticies per object]
Public fieldStatic memberTRIANGLES
Draw 3D Triangles [3 verticies per object]
Top
See Also