Enum ProjectionMode
Defines constants for different line Projection modes
Inherited Members
Namespace:
Assembly: .dll
Syntax
public enum ProjectionMode extends Enum<ProjectionMode>
Fields
| Name | Description |
|---|---|
| Angular | Draws the actual 3D crosshair projection on the planes. Draws the lines from the mouse point projected on the plane to the axes. |
| Crosshair | Draws the full crosshair as the 3D crosshair projection on the planes. Draws the vertical and horizontal line with the center in the mouse point projected on the plane |
| None | Crosshair projection does not appear. |
Methods
| Name | Description |
|---|---|
| valueOf(String name) | |
| values() |