tips and tricks
First, thank you for the kind article. It was very informative and I'll be passing it around.
But it's deprecated (as far as I know) and I'd like to see it updated.
I know there was an update to Color Management in r152, so colorSpace is used instead of the traditional encoding-based calibration.
NOTE: Updates to Color Management in three.js r152
ex.
renderer.outputEncoding = THREE.sRGBEncoding // X
renderer.outputColorSpace = THREE.sRGBColorSpace // O
Thanks
tips and tricks
First, thank you for the kind article. It was very informative and I'll be passing it around.
But it's deprecated (as far as I know) and I'd like to see it updated.
I know there was an update to Color Management in r152, so colorSpace is used instead of the traditional encoding-based calibration.
NOTE: Updates to Color Management in three.js r152
ex.
Thanks