This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
Releases: randomPoison/gunship-rs
Releases · randomPoison/gunship-rs
Improved COLLADA Resource Loading
Bug Fixes
- instantiate_model: fix issue where whole model wasn't instantiated (591db7b0)
- parse-collada: correctly interpret xs:anyURI type (a1385042, breaks #)
- polygon::Mesh: derive Clone impl for Mesh (7fc1d2e8)
- transform: fix bug where child hierarchies aren't re-parented (ee702628, closes #47)
Breaking Changes
Improved Mesh Compilation
Breaking Changes
- parse-collada: rename PrimitiveType to PrimitiveElements (f1cd6b4a, breaks #)
- polygon::MeshBuilder: remove
Mesh::from_raw_data()
and replace it's functionality withMeshBuilder
. (907bf23c)
Features
- parse-collada:
- polygon-math::Vector2:
- polygon::MeshBuilder:
- resource::collada: