UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

10 lines (8 loc) 182 B
class Skin { constructor(graphicsDevice, ibp, boneNames){ this.device = graphicsDevice; this.inverseBindPose = ibp; this.boneNames = boneNames; } } export { Skin };