summaryrefslogtreecommitdiff
path: root/client/splash/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-27 18:22:05 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-27 18:22:05 +0100
commit215b201bdc4d2ddcc36c83c86b6e8133d5ad4add (patch)
tree877408e93cbc10392d3687bd4130c946bb285bb4 /client/splash/index.js
parent00662ca78330e832d7cdb07586843354edb7b999 (diff)
copy in dataset libraries for now
Diffstat (limited to 'client/splash/index.js')
-rw-r--r--client/splash/index.js13
1 files changed, 7 insertions, 6 deletions
diff --git a/client/splash/index.js b/client/splash/index.js
index e32df29f..aee394bf 100644
--- a/client/splash/index.js
+++ b/client/splash/index.js
@@ -1,9 +1,10 @@
-import oktween from './vendor/oktween'
-
-import { MeshLine, MeshLineMaterial } from './vendor/three.meshline'
-
-import DRACOLoader from './vendor/DRACOLoader'
-import GeometryHelper from './vendor/geometryHelper'
+import * as THREE from 'three'
+import { MeshLine, MeshLineMaterial } from 'three.meshline'
+import TextSprite from 'three.textsprite'
+import oktween from '../util/vendor/oktween'
+import DRACOLoader from '../util/vendor/DRACOLoader'
+import GeometryHelper from '../util/vendor/geometryHelper'
DRACOLoader.setDecoderPath('/assets/js/vendor/draco/')
+