MVIEW_3D_RENDERConstant Class
3D Geometry rendering defines. These flags only affect mixed geometry groups and not the data specific groups (e.g. voxels, vector voxels surfaces etc.). Each of those groups has predefined optimum behaviour and any changes to these flags are ignored.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXMVIEW_3D_RENDERConstant

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static class MVIEW_3D_RENDERConstant

The MVIEW_3D_RENDERConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBACKFACES
This flag is enabled if the backfaces of geometry should be rendered
Public fieldStatic memberMVIEW_3D_DONT_SCALE_GEOMETRY
If the exaggeration scales of the 3D view in X, Y and/or Z is set to anything other than 1.0 any geometric objects (spheres, cubes etc.) for 3D groups with the following flags will render untransformed while only the centers of the objects are changed. This ensures the objects appear in the correct place with respect to other data being rendered (and scaled).
Top
See Also