AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
461 stars 63 forks source link

rotate skybox in three.js, front view is dark #232

Open stmaccarelli opened 2 years ago

stmaccarelli commented 2 years ago

It looks that the default skybox in three.js is aligned in a way that the lightest part of HDRI is behind the model. It means the models get more light from the back that on the front.

Maybe it would be enough if you could just rotate the skybox, and maybe just increase a little bit the exposure of the envmap so that it matches the Babylon.js one.