Issue with lighting #261
-
Hi. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Methew5 , Welcome to the light estimation world.
This is a "normal" behavior since your room seems very dark. sceneView.mainLight.intensity and sceneView.environment.indirectLight.intensity
This can be due to 2 things I think:
That being said, you can act on multiple things moreover then just modifying the LightEstimationConfig mode: Finally, have a look at the sample app for adjusting your desired values: |
Beta Was this translation helpful? Give feedback.
-
@ThomasGorisse, thank you for your advice and time. |
Beta Was this translation helpful? Give feedback.
Hi @Methew5 ,
Welcome to the light estimation world.
This is a "normal" behavior since your room seems very dark.
ARCore is updating the estimation while you go backward from the wall.
It first (when only seeing a white wall and nothing else) think it's a quite lighted room but estimate it more precisely when you give it more infos about the real environment (backing ward from the wall and seeing more dark things around)
LightEstimationConfig.SPECTACULAR vs LightEstimationConfig.REALISTIC mostly differs on the reflections parts a…