Package com.massifmaps.components
Class RenderProjectionMode
java.lang.Object
com.massifmaps.components.RenderProjectionMode
Possible render projection modes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPlanar projection.static final intSpherical projection. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RENDER_PROJECTION_MODE_PLANAR
public static final int RENDER_PROJECTION_MODE_PLANARPlanar projection.- See Also:
-
RENDER_PROJECTION_MODE_SPHERICAL
public static final int RENDER_PROJECTION_MODE_SPHERICALSpherical projection.- See Also:
-
-
Constructor Details
-
RenderProjectionMode
public RenderProjectionMode()
-