Initial commit
This commit is contained in:
9
meshoptimizer/all/test_package/test_package.c
Normal file
9
meshoptimizer/all/test_package/test_package.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "meshoptimizer.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
meshopt_encodeVertexVersion(0);
|
||||
meshopt_encodeIndexVersion(1);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user