AnalyticalGraphicsInc / gltf-vscode

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

fixed gammasettings in threejs #99

Closed bowald closed 6 years ago

bowald commented 6 years ago

ThreeJs defaults to render in linear. When renderer.gammaOutput is set, output is in sRGB.

See ThreeJs issue #11110 for more info.

pr-summary

pjcozzi commented 6 years ago

@emackey we have a CLA from @bowald.

emackey commented 6 years ago

Awesome, thanks! I'll merge this now, and it should get published in a day or two.

bowald commented 6 years ago

Nice 😄