Add back in the main entry point content
This commit is contained in:
parent
a48f935f06
commit
e6be73fc9d
|
@ -0,0 +1,26 @@
|
|||
export {
|
||||
SkinObject,
|
||||
CapeObject,
|
||||
PlayerObject
|
||||
} from "./model";
|
||||
|
||||
export {
|
||||
SkinViewer
|
||||
} from "./viewer";
|
||||
|
||||
export {
|
||||
OrbitControls,
|
||||
createOrbitControls
|
||||
} from "./orbit_controls";
|
||||
|
||||
export {
|
||||
invokeAnimation,
|
||||
CompositeAnimation,
|
||||
WalkingAnimation,
|
||||
RunningAnimation,
|
||||
RotatingAnimation
|
||||
} from "./animation";
|
||||
|
||||
export {
|
||||
isSlimSkin
|
||||
} from "./utils";
|
Loading…
Reference in New Issue