Class SCNLightProbeType


  • public final class SCNLightProbeType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Irradiance
      Probe type that was existing before macOS 10.15.
      static long Radiance
      Probe that captures radiance (reflections) in its `probeExtents`.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Irradiance

        public static final long Irradiance
        Probe type that was existing before macOS 10.15. Bakes and stores spherical harmonics.
        See Also:
        Constant Field Values
      • Radiance

        public static final long Radiance
        Probe that captures radiance (reflections) in its `probeExtents`. Either captured or provided as a cube texture using the `probeEnvironment` property.
        See Also:
        Constant Field Values