MCPcopy Create free account
hub / github.com/Twinklebear/webgpu-gltf / constructor

Method constructor

src/glb_import.js:562–564  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

560
561export class GLBModel {
562 constructor(nodes) {
563 this.nodes = nodes;
564 }
565
566 buildRenderBundles(
567 device, shaderCache, viewParamsLayout, viewParamsBindGroup, swapChainFormat) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected