diff options
Diffstat (limited to 'client/splash/face/index.js')
| -rw-r--r-- | client/splash/face/index.js | 5 |
1 files changed, 5 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(); |
