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

Interface PagedSplatsOptions

src/SplatPager.ts:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import { decodeExtSplat, getTextureSize, unpackSplat } from "./utils";
20
21export interface PagedSplatsOptions {
22 pager?: SplatPager;
23 rootUrl?: string;
24 requestHeader?: Record<string, string>;
25 withCredentials?: boolean;
26 fileBytes?: Uint8Array;
27 fileType?: SplatFileType;
28 maxSh?: number;
29}
30
31export class PagedSplats implements SplatSource {
32 pager?: SplatPager;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected