use export *
This commit is contained in:
parent
3af33ecda5
commit
5fd72eefcf
|
|
@ -1,32 +1,4 @@
|
||||||
export {
|
export * from "./model";
|
||||||
SkinObject,
|
export * from "./viewer";
|
||||||
BodyPart,
|
export * from "./orbit_controls";
|
||||||
CapeObject,
|
export * from "./animation";
|
||||||
PlayerObject
|
|
||||||
} from "./model";
|
|
||||||
|
|
||||||
export {
|
|
||||||
SkinViewer,
|
|
||||||
SkinViewerOptions
|
|
||||||
} from "./viewer";
|
|
||||||
|
|
||||||
export {
|
|
||||||
OrbitControls,
|
|
||||||
createOrbitControls
|
|
||||||
} from "./orbit_controls";
|
|
||||||
|
|
||||||
export {
|
|
||||||
IAnimation,
|
|
||||||
AnimationFn,
|
|
||||||
Animation,
|
|
||||||
invokeAnimation,
|
|
||||||
|
|
||||||
SubAnimationHandle,
|
|
||||||
AnimationHandle,
|
|
||||||
CompositeAnimation,
|
|
||||||
RootAnimation,
|
|
||||||
|
|
||||||
WalkingAnimation,
|
|
||||||
RunningAnimation,
|
|
||||||
RotatingAnimation
|
|
||||||
} from "./animation";
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue