Package apple.arkit.enums
Class AREnvironmentTexturing
- java.lang.Object
-
- apple.arkit.enums.AREnvironmentTexturing
-
public final class AREnvironmentTexturing extends java.lang.ObjectEnum constants for indicating the mode of environment texturing to run.
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticTexture information is gathered for the environment and probes automatically placed in the scene.static longManualTexture information is gathered for the environment.static longNoneNo texture information is gathered.
-
-
-
Field Detail
-
None
public static final long None
No texture information is gathered.- See Also:
- Constant Field Values
-
Manual
public static final long Manual
Texture information is gathered for the environment. Environment textures will be generated for AREnvironmentProbes added to the session.- See Also:
- Constant Field Values
-
Automatic
public static final long Automatic
Texture information is gathered for the environment and probes automatically placed in the scene.- See Also:
- Constant Field Values
-
-