diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:27:14 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:27:14 +0100 |
| commit | 3f16cb26e6a5e7858c9c3db10d02bec9c18b9511 (patch) | |
| tree | 2f3b5533d4ff2ddb1138bf7793143635c46115bc /client/splash/vendor/geometry_helper.js | |
| parent | c9d476e421a50aa5e3e20389365263d5c36e5696 (diff) | |
remove dependencies from DRACO and MeshLine
Diffstat (limited to 'client/splash/vendor/geometry_helper.js')
| -rw-r--r-- | client/splash/vendor/geometry_helper.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/splash/vendor/geometry_helper.js b/client/splash/vendor/geometry_helper.js index 095f7970..1ac88f3b 100644 --- a/client/splash/vendor/geometry_helper.js +++ b/client/splash/vendor/geometry_helper.js @@ -13,6 +13,8 @@ // limitations under the License. // +import * as THREE from 'three'; + /** * @fileoverview Helper class implementing various utilities for THREE.js * geometry. @@ -100,3 +102,5 @@ GeometryHelper.prototype = { } }, }; + +export default GeometryHelper |
