Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 485 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 485 Bytes

Change Log

All notable changes to this project will be kept within this file. This project adheres (as closely as it can) to Semantic Versioning.

[Unreleased]

[Added]

  • Texture support!
  • Construct entities with Entity::new().
  • Support shaders that don't use lighting.

[Changed]

  • ResourceManager::add_mesh() can now accept more than just String for the URI, including &str.

[Fixed]

  • Fix meshes that don't have normal data.