UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

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