summaryrefslogtreecommitdiff
path: root/client/splash/face
diff options
context:
space:
mode:
Diffstat (limited to 'client/splash/face')
-rw-r--r--client/splash/face/index.js5
-rw-r--r--client/splash/face/markers.js1
-rw-r--r--client/splash/face/mesh.js8
3 files changed, 14 insertions, 0 deletions
diff --git a/client/splash/face/index.js b/client/splash/face/index.js
new file mode 100644
index 00000000..fe21f52b
--- /dev/null
+++ b/client/splash/face/index.js
@@ -0,0 +1,5 @@
+import DRACOLoader from '../../util/vendor/DRACOLoader'
+import GeometryHelper from '../../util/vendor/geometryHelper'
+
+DRACOLoader.setDecoderPath('/assets/js/vendor/draco/')
+var dracoLoader = new THREE.DRACOLoader();
diff --git a/client/splash/face/markers.js b/client/splash/face/markers.js
new file mode 100644
index 00000000..a71f5a82
--- /dev/null
+++ b/client/splash/face/markers.js
@@ -0,0 +1 @@
+import { MeshLine, MeshLineMaterial } from 'three.meshline'
diff --git a/client/splash/face/mesh.js b/client/splash/face/mesh.js
new file mode 100644
index 00000000..14aa7e6e
--- /dev/null
+++ b/client/splash/face/mesh.js
@@ -0,0 +1,8 @@
+import DRACOLoader from '../../util/vendor/DRACOLoader'
+import GeometryHelper from '../../util/vendor/geometryHelper'
+
+DRACOLoader.setDecoderPath('/assets/js/vendor/draco/')
+
+const dracoLoader = new DRACOLoader()
+
+DRACOLoader.getDecoderModule()