summaryrefslogtreecommitdiff
path: root/client/splash/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/splash/index.js')
-rw-r--r--client/splash/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/splash/index.js b/client/splash/index.js
index de356862..e32df29f 100644
--- a/client/splash/index.js
+++ b/client/splash/index.js
@@ -2,3 +2,8 @@ import oktween from './vendor/oktween'
import { MeshLine, MeshLineMaterial } from './vendor/three.meshline'
+import DRACOLoader from './vendor/DRACOLoader'
+import GeometryHelper from './vendor/geometryHelper'
+
+
+DRACOLoader.setDecoderPath('/assets/js/vendor/draco/')