public final class SCNDebugOptions
extends java.lang.Object
Debug options.
| Modifier and Type | Field and Description |
|---|---|
static long |
None |
static long |
RenderAsWireframe
render objects as wireframe
|
static long |
ShowBoundingBoxes
show object bounding boxes
|
static long |
ShowCameras
show cameras
|
static long |
ShowConstraints
show slider constraint
|
static long |
ShowCreases
show subdivision creases
|
static long |
ShowLightExtents
show light extents
|
static long |
ShowLightInfluences
show objects's light influences
|
static long |
ShowPhysicsFields
show SCNPhysicsFields forces and extents
|
static long |
ShowPhysicsShapes
show physics shape
|
static long |
ShowSkeletons
show skinning bones
|
static long |
ShowWireframe
show wireframe on top of objects
|
public static final long None
public static final long ShowPhysicsShapes
public static final long ShowBoundingBoxes
public static final long ShowLightInfluences
public static final long ShowLightExtents
public static final long ShowPhysicsFields
public static final long ShowWireframe
public static final long RenderAsWireframe
public static final long ShowSkeletons
public static final long ShowCreases
public static final long ShowConstraints
public static final long ShowCameras