Scene gets really really dark in THREEJS but look bright in blender

hey guys, i have been doing this kitchen scene in blender and try to display it in threejs.
however, my scene gets pretty dark in threejs. here is the comparsion.



i only use lightmap baked in blender.
any idea on how to make this look better?

You have to provide more information so it’s possible to provide proper feedback. E.g. please show how you renderer is configured.

this is due to gamma, convert your scene to srgb, here’s the difference: https://codesandbox.io/s/r3f-color-management-66h2x?file=/src/index.js

1 Like

this scene has set to correct color Encoding already. but thanks for mentioned it as well~

or use post processing : https://threejs.org/examples/?q=post#webgl_postprocessing_nodes