Open walbourn opened 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.
SDKMESH
WaveFrontReader.h
std::vector
While
SDKMESH
is primarily a run-time format, it would be useful to have a SDKMeshReader.h similar to theWaveFrontReader.h
utility (storing the data instd::vector
and the like) to support importing ofSDKMESH
for tools instead of just output only.