See: Updates to Color Management in three.js r152
It seems you have to configure your textures as sRGB textures. Try it like so:
meshTexture.colorSpace = THREE.SRGBColorSpace;
See: Updates to Color Management in three.js r152
It seems you have to configure your textures as sRGB textures. Try it like so:
meshTexture.colorSpace = THREE.SRGBColorSpace;