randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

Improved Mesh Compilation #46

Closed randomPoison closed 8 years ago

randomPoison commented 8 years ago

closes #27 and #43

This PR replaces the existing system for building meshes from parsed COLLADA documents with a more robust system. Previously the system was heavily hard-coded to work with the handful of example meshes but did not adhere to the COLLADA standard. Now the processing (mostly) handles the data according to the standard and can more robustly handle a wider variety of COLLADA documents.

Other Changes

I am trying out using clog to generate a changelog from the commit messages, and this PR adds the first version of that changelist.