MCPcopy
hub / github.com/sparkjsdev/spark / prepareFetchSplat

Method prepareFetchSplat

src/SplatMesh.ts:171–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169
170export interface SplatSource {
171 prepareFetchSplat(): void;
172 dispose(): void;
173
174 getNumSplats(): number;

Callers 2

constructGeneratorMethod · 0.65
constructCovGeneratorMethod · 0.65

Implementers 4

PackedSplatssrc/PackedSplats.ts
EmptySplatSourcesrc/SplatMesh.ts
ExtSplatssrc/ExtSplats.ts
PagedSplatssrc/SplatPager.ts

Calls

no outgoing calls

Tested by

no test coverage detected