gecko0307 / dagon

3D game engine for D
https://gecko0307.github.io/dagon
Other
332 stars 30 forks source link

Support OBJ groups #78

Open gecko0307 opened 2 years ago

gecko0307 commented 2 years ago

Currently Dagon doesn't respect g lines that separate polygon groups. I've added a check and a warning about this so that such models will not be parsed further to prevent possible crash (https://github.com/gecko0307/dagon-tutorials/issues/3), but it would be nice to support them.

gecko0307 commented 2 years ago

Support OBJ groups