We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51b861 commit 38f22efCopy full SHA for 38f22ef
src/index.js
@@ -14,7 +14,6 @@ export {default as DirectionalLight} from './lights/DirectionalLight';
14
export {default as Frustum} from './math/Frustum';
15
export {default as Geometry} from './Geometry';
16
export {default as Mesh} from './Mesh';
17
-export {default as libConstants} from './libConstants';
18
export {default as Line3} from './math/Line3';
19
export {default as MultiSprite} from './MultiSprite';
20
export {default as MultiSpriteMaterial} from './materials/MultiSpriteMaterial';
@@ -42,3 +41,6 @@ export {default as quat} from './math/quat';
42
41
43
import * as Math from './math/Math';
44
export {Math};
+
45
+import * as libConstants from './libConstants';
46
+export {libConstants};
0 commit comments