mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 13:06:01 +10:00
Blender normal map support is work-in-progress: - for individual models normal map shader will need to be refactored to use standard scene lights - would be nice to handle also bump maps (a lot of Blender assets do not use "use_normal_map" flag on tangent space normal texture but instead use "use_map_normal" flag on texture slot of grayscale heightmap texture) Also some whitespace cleanup.