LazyDuchess / OpenTS2

Open source re-implementation of The Sims 2 in Unity
Mozilla Public License 2.0
221 stars 17 forks source link

Add loading of GMDC static/bone bounding meshes #26

Closed ammaraskar closed 1 year ago

ammaraskar commented 1 year ago

This only loads the last 2 sections of a GMDC file, where the bounding meshes are stored as these are the simplest to import. This lays out the basic framework for GMDC loading and adds a little test file in the form of the utah teapot so we have a copyright free asset to test against.

image

After this I'll do the more complex part of reading the groups in a follow-up PR.

LazyDuchess commented 1 year ago

looks good to me, thanks!