randomPoison / gunship-rs

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

Support Meshes With Multiple Primitive Elements #45

Open randomPoison opened 8 years ago

randomPoison commented 8 years ago

The COLLADA standard allows a element to have multiple child primitive elements, which would translate to something like having multiple submeshes. We don't currently have a way to support this which means any mesh that is described in that way will be incorrectly loaded. I'm not sure how common this issue is, though, so for the time being I have a warning in place to let us know if we run across a mesh that can't be correctly processed.