|
@@ -86,7 +86,7 @@ export { BooleanKeyframeTrack } from './animation/tracks/BooleanKeyframeTrack.js
|
|
|
export { PropertyMixer } from './animation/PropertyMixer.js';
|
|
|
export { PropertyBinding } from './animation/PropertyBinding.js';
|
|
|
export { KeyframeTrack } from './animation/KeyframeTrack.js';
|
|
|
-export * as AnimationUtils from './animation/AnimationUtils.js';
|
|
|
+export { AnimationUtils } from './animation/AnimationUtils.js';
|
|
|
export { AnimationObjectGroup } from './animation/AnimationObjectGroup.js';
|
|
|
export { AnimationMixer } from './animation/AnimationMixer.js';
|
|
|
export { AnimationClip } from './animation/AnimationClip.js';
|
|
@@ -111,7 +111,7 @@ export { DiscreteInterpolant } from './math/interpolants/DiscreteInterpolant.js'
|
|
|
export { CubicInterpolant } from './math/interpolants/CubicInterpolant.js';
|
|
|
export { Interpolant } from './math/Interpolant.js';
|
|
|
export { Triangle } from './math/Triangle.js';
|
|
|
-export * as MathUtils from './math/MathUtils.js';
|
|
|
+export { MathUtils } from './math/MathUtils.js';
|
|
|
export { Spherical } from './math/Spherical.js';
|
|
|
export { Cylindrical } from './math/Cylindrical.js';
|
|
|
export { Plane } from './math/Plane.js';
|
|
@@ -150,7 +150,7 @@ export { Path } from './extras/core/Path.js';
|
|
|
export { ShapePath } from './extras/core/ShapePath.js';
|
|
|
export { CurvePath } from './extras/core/CurvePath.js';
|
|
|
export { Curve } from './extras/core/Curve.js';
|
|
|
-export * as DataUtils from './extras/DataUtils.js';
|
|
|
+export { DataUtils } from './extras/DataUtils.js';
|
|
|
export { ImageUtils } from './extras/ImageUtils.js';
|
|
|
export { ShapeUtils } from './extras/ShapeUtils.js';
|
|
|
export { PMREMGenerator } from './extras/PMREMGenerator.js';
|