ktongue's picture
download
raw
491 Bytes
import { Loader, BufferGeometry, LoadingManager } from 'three'
export class XYZLoader extends Loader {
constructor(manager?: LoadingManager)
load(
url: string,
onLoad: (geometry: BufferGeometry) => void,
onProgress?: (event: ProgressEvent) => void,
onError?: (event: ErrorEvent) => void,
): void
loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<BufferGeometry>
parse(data: string, onLoad: (geometry: BufferGeometry) => void): object
}

Xet Storage Details

Size:
491 Bytes
·
Xet hash:
c7d210fb7538d61e0ebe92dbd848b7ca9e3fa1cbbaef71d60a25012dda448939

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.