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

Method createBuffer

packages/core/src/document.ts:300–302  ·  view source on GitHub ↗

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

(name = '')

Source from the content-addressed store, hash-verified

298
299 /** Creates a new {@link Buffer} attached to this document's {@link Root}. */
300 createBuffer(name = ''): Buffer {
301 return new Buffer(this._graph, name);
302 }
303}

Callers 15

createLineStripPrimFunction · 0.80
createTriangleStripPrimFunction · 0.80
createTriangleFanPrimFunction · 0.80
createTorusKnotPrimitiveFunction · 0.80
document.test.tsFile · 0.80
root.test.tsFile · 0.80
animation.test.tsFile · 0.80
accessor.test.tsFile · 0.80
texture.test.tsFile · 0.80
mesh.test.tsFile · 0.80
skin.test.tsFile · 0.80
buffer.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected