Initial commit

This commit is contained in:
2026-01-23 22:15:36 +01:00
commit ca60108606
167 changed files with 5311 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#include "meshoptimizer.h"
int main()
{
meshopt_encodeVertexVersion(0);
meshopt_encodeIndexVersion(1);
return 0;
}