Constructor
new Skin(graphicsDevice, ibp, boneNames)
Parameters:
Name | Type | Description |
---|---|---|
graphicsDevice |
pc.GraphicsDevice | The graphics device used to manage this skin. |
ibp |
Array.<pc.Mat4> | The array of inverse bind matrices. |
boneNames |
Array.<String> | The array of bone names for the bones referenced by this skin. |
- Source: