use export *
This commit is contained in:
parent
3af33ecda5
commit
5fd72eefcf
|
|
@ -1,32 +1,4 @@
|
|||
export {
|
||||
SkinObject,
|
||||
BodyPart,
|
||||
CapeObject,
|
||||
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";
|
||||
export * from "./model";
|
||||
export * from "./viewer";
|
||||
export * from "./orbit_controls";
|
||||
export * from "./animation";
|
||||
|
|
|
|||
Loading…
Reference in New Issue