ktongue's picture
download
raw
540 Bytes
import { Loader, BufferGeometry, LoadingManager } from 'three'
export interface PDB {
geometryAtoms: BufferGeometry
geometryBonds: BufferGeometry
json: {
atoms: any[][]
}
}
export class PDBLoader extends Loader {
constructor(manager?: LoadingManager)
load(
url: string,
onLoad: (pdb: PDB) => void,
onProgress?: (event: ProgressEvent) => void,
onError?: (event: ErrorEvent) => void,
): void
loadAsync(url: string, onProgress?: (event: ProgressEvent) => void): Promise<PDB>
parse(text: string): PDB
}

Xet Storage Details

Size:
540 Bytes
·
Xet hash:
2dde385ecdd43599523d44a70c6b8defb31a3f4785407afdb3c137f424781258

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