unreal.ARLightEstimationMode¶
- class unreal.ARLightEstimationMode¶
Bases:
EnumBaseOptions 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 = Ellipsis¶
Estimates an ambient light.
- Type:
1
- DIRECTIONAL_LIGHT_ESTIMATE: ARLightEstimationMode = Ellipsis¶
Estimates a directional light of the environment with an additional key light. Currently not supported.
- Type:
2
- NONE: ARLightEstimationMode = Ellipsis¶
Disables light estimation.
- Type:
0