microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
787 stars 151 forks source link

SDKMesh reader utility #74

Open walbourn opened 2 years ago

walbourn commented 2 years ago

While SDKMESH is primarily a run-time format, it would be useful to have a SDKMeshReader.h similar to the WaveFrontReader.h utility (storing the data in std::vector and the like) to support importing of SDKMESH for tools instead of just output only.