diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 19:10:16 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 19:10:16 +0100 |
| commit | 618af6682e6de7662da961abd7e7de3a2f996bac (patch) | |
| tree | 6595cb673033c194d8e3b6d2bc91ed6a3dd8d160 /client/splash/face/mesh.js | |
| parent | 215b201bdc4d2ddcc36c83c86b6e8133d5ad4add (diff) | |
render smaller tag cloud
Diffstat (limited to 'client/splash/face/mesh.js')
| -rw-r--r-- | client/splash/face/mesh.js | 8 |
1 files changed, 8 insertions, 0 deletions
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() |
