mirror of
https://github.com/openharmony/third_party_meshoptimizer.git
synced 2026-07-21 08:05:22 -04:00
9de52583ab
- Move meshloader.cpp to gltf/parselib.cpp to make it easier to customize the build for gltfpack - Remove cgltf from tools/meshloader (now tools/objloader) to make non-gltfpack builds a little faster - Fix vcachetuner Makefile build setup
7 lines
136 B
C++
7 lines
136 B
C++
#ifndef _CRT_SECURE_NO_WARNINGS
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#endif
|
|
|
|
#define FAST_OBJ_IMPLEMENTATION
|
|
#include "../extern/fast_obj.h"
|