# Feature details It would be nice to be able to integrate Normal and Specular maps in the main shaders; they require tangent space basis. # To do * [x] Choose wether to pre-compute tangents at export time, import time, or in the shader itself * [x] Implement normal mapping * [ ] Implement specular mapping