public static enum RenderAreaInteractive.ClippingPlanesAdjustMode extends java.lang.Enum<RenderAreaInteractive.ClippingPlanesAdjustMode>
AUTO
, the camera near and far planes
are dynamically adjusted to be as tight as possible (least amount of stuff
is clipped) before each render traversal.MANUAL
, the user is expected to
manually set the camera near and far planes.Modifier and Type | Method and Description |
---|---|
static RenderAreaInteractive.ClippingPlanesAdjustMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderAreaInteractive.ClippingPlanesAdjustMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderAreaInteractive.ClippingPlanesAdjustMode AUTO
public static final RenderAreaInteractive.ClippingPlanesAdjustMode MANUAL
public static RenderAreaInteractive.ClippingPlanesAdjustMode[] values()
for (RenderAreaInteractive.ClippingPlanesAdjustMode c : RenderAreaInteractive.ClippingPlanesAdjustMode.values()) System.out.println(c);
public static RenderAreaInteractive.ClippingPlanesAdjustMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com