unreal.ARLightEstimationMode
¶
- class unreal.ARLightEstimationMode¶
Bases:
EnumBase
Options for how light is estimated based on the camera capture. This feature is used by ARCore and ARKit.
C++ Source:
Module: AugmentedReality
File: ARSessionConfig.h
- AMBIENT_LIGHT_ESTIMATE: ARLightEstimationMode¶
Estimates an ambient light.
- Type:
1
- DIRECTIONAL_LIGHT_ESTIMATE: ARLightEstimationMode¶
Estimates a directional light of the environment with an additional key light. Currently not supported.
- Type:
2
- NONE: ARLightEstimationMode¶
Disables light estimation.
- Type:
0