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

Function getPartialStats

packages/view/test/DocumentView.test.ts:218–221  ·  view source on GitHub ↗
(view: DocumentView)

Source from the content-addressed store, hash-verified

216}
217
218function getPartialStats(view: DocumentView): PartialStats {
219 const { scenes, nodes, meshes, primitives } = view.stats();
220 return { scenes, nodes, meshes, primitives };
221}

Callers 1

Calls 1

statsMethod · 0.45

Tested by

no test coverage detected