* Optimize lighting calculations for slight performance improvements
* Stop calculating lighting for unused lights (can be a huge savings if using few lights)
* Add support for ambient lights
* NOTE: These are not physically accurate, but can still be useful
* Add initial support for normal maps
* Disabled by defaults since it requires models with properly defined tangents
* Various fixes related to material roughness from el-dee
* Fix transparency (the alpha channel from the base color texture is now being used)