Axes | |
public enum AxisShowingStrategies
| Member name | Value | Description |
|---|---|---|
| None | 0 | AxesBoxNode will not automatically show and hide axes. |
| FrontFacingPlanes | 1 | AxesBoxNode will automatically show and hide axes so that the axes that define front facing planes will be shown. |
| LeftmostAxis | 2 | AxesBoxNode will automatically show and hide vertical axes (ZAxis) so that only axis that is furthest to the left on the screen is shown. |
| RightmostAxis | 3 | AxesBoxNode will automatically show and hide vertical axes so that only axis that is furthest to the right on the screen is shown. |