![]() | MVIEW_DRAWOBJ3D_ENTITYConstant Class |
Namespace: GeoEngine.Core.GXNet
The MVIEW_DRAWOBJ3D_ENTITYConstant type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | LINE_LOOPS | Draw 3D Line loop (no normals, closes loop with first point) [2+x verticies per object] |
![]() ![]() | LINE_STRIPS | Draw 3D Line strip (no normals) [2+x verticies per object] |
![]() ![]() | LINES | Draw 3D Lines (no normals) [2 verticies per object] |
![]() ![]() | POINTS | Draw 3D Points (no normals) [1 verticies per object] |
![]() ![]() | POLYGONS | Draw 3D Quad Polygones (Must be in the same plane, must be convex and cannot intersect itself) |
![]() ![]() | QUADS | Draw 3D Quads (Must be in the same plane) [4 verticies per object] |
![]() ![]() | QUADS_STRIPS | Draw 3D Quad Strips (Must be in the same plane) [4+2x verticies per object] |
![]() ![]() | TRIANGLE_FANS | Draw 3D Triangle fans [3+x verticies per object] |
![]() ![]() | TRIANGLE_STRIPS | Draw 3D Triangle strips [3+x verticies per object] |
![]() ![]() | TRIANGLES | Draw 3D Triangles [3 verticies per object] |