mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-25 12:55:57 +10:00
Doing normalization of normals / binormals / tangents in fragment shader instead of vertex shader. This seems to help with artefacts appearing in certain models with OpenGL rendering backend. Also added modulating environment reflection by specular map.