We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d388aa commit a1d64deCopy full SHA for a1d64de
2 files changed
src/OpenCOVER/plugins/general/GLTF/GLTFPlugin.cpp
@@ -62,10 +62,12 @@
62
#include <osgUtil/SmoothingVisitor>
63
64
#include <osgUtil/Optimizer>
65
-#include "GLTFPlugin.h"
66
67
#define TINYGLTF_NO_INCLUDE_STB_IMAGE
68
#include <stb_image.h>
+
69
+#include "GLTFPlugin.h"
70
71
#define TINYGLTF_IMPLEMENTATION
72
#include <tiny_gltf.h>
73
src/OpenCOVER/plugins/general/GLTF/GLTFPlugin.h
@@ -32,7 +32,9 @@ using namespace opencover;
32
#include <osgDB/FileNameUtils>
33
#include <osgDB/Registry>
34
35
+#ifndef TINYGLTF_ENABLE_DRACO
36
#define TINYGLTF_ENABLE_DRACO
37
+#endif
38
#include "tiny_gltf.h"
39
40
class PLUGINEXPORT GLTFPlugin : public coVRPlugin
0 commit comments