-
I set equirectangular image as panorama by the following code. However, the color is darker than original image. This is the comparison between the original image (left) and the panorama image rendered by r3f(right). Could you please tell me how to fix this?
Here is the link of code sandbox. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
i guess thats just how threejs renders it. i see no difference even when i switch color autocorrection off. you can try linearencoding on the texture, that makes it really bright but other than that i think the threejs people (their discord) will be able to help out better. drei btw has a readymade drop in environment https://github.com/pmndrs/drei#environment |
Beta Was this translation helpful? Give feedback.
-
Hi, I can solve this problem by following advice in discord server. Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Hi, I can solve this problem by following advice in discord server.
I wrote the solution in forum of threejs.
https://discourse.threejs.org/t/panorama-image-is-darker-than-original-image/29640/4
Thank you for your help.