All notable changes to this project will be kept within this file. This project adheres (as closely as it can) to Semantic Versioning.
- Texture support!
- Construct entities with
Entity::new()
. - Support shaders that don't use lighting.
ResourceManager::add_mesh()
can now accept more than justString
for the URI, including&str
.
- Fix meshes that don't have normal data.