Package apple.scenekit.enums
Class SCNLightProbeType
- java.lang.Object
-
- apple.scenekit.enums.SCNLightProbeType
-
public final class SCNLightProbeType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longIrradianceProbe type that was existing before macOS 10.15.static longRadianceProbe that captures radiance (reflections) in its `probeExtents`.
-
-
-
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
-
-