MCPcopy
hub / github.com/donmccurdy/glTF-Transform / createSkin

Method createSkin

packages/core/src/document.ts:235–237  ·  view source on GitHub ↗

Creates a new Skin attached to this document's Root.

(name = '')

Source from the content-addressed store, hash-verified

233
234 /** Creates a new {@link Skin} attached to this document's {@link Root}. */
235 createSkin(name = ''): Skin {
236 return new Skin(this._graph, name);
237 }
238
239 /** Creates a new {@link Mesh} attached to this document's {@link Root}. */
240 createMesh(name = ''): Mesh {

Callers 10

document.test.tsFile · 0.80
root.test.tsFile · 0.80
skin.test.tsFile · 0.80
node.test.tsFile · 0.80
readMethod · 0.80
flatten.test.tsFile · 0.80
quantize.test.tsFile · 0.80
prune.test.tsFile · 0.80
dedup.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected