ktongue's picture
download
raw
483 Bytes
import { Loader, BufferGeometry, LoadingManager } from 'three'
export class VTKLoader 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: ArrayBuffer | string, path: string): BufferGeometry
}

Xet Storage Details

Size:
483 Bytes
·
Xet hash:
2ff0a8e95c224dca68333fa7ac300f60a7f1ff4119dc837106ba9b3c447ff64a

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