Class AREnvironmentTexturing


  • public final class AREnvironmentTexturing
    extends java.lang.Object
    Enum constants for indicating the mode of environment texturing to run.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Automatic
      Texture information is gathered for the environment and probes automatically placed in the scene.
      static long Manual
      Texture information is gathered for the environment.
      static long None
      No texture information is gathered.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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