issues
search
microsoft
/
DirectXMesh
DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
786
stars
152
forks
source link
October 28, 2024
#176
Closed
walbourn
closed
3 weeks ago
walbourn
commented
3 weeks ago
All enums now use
uint32_t
as the underlying type rather than
unsigned long
or
int
.
WaveFrontReader utililty moved into
DX
namespace
meshconvert:
Add "GNU-style"
--long-options
to the command-line tools (all existing switches are still supported)
Refactored code to use shared header
CMake and MSBuild project updates
uint32_t
as the underlying type rather thanunsigned long
orint
.DX
namespace