Browse Source

PDBLoader: Remove assumption of continuously defined atoms.

Mugen87 5 years ago
parent
commit
fa20ab7744

File diff suppressed because it is too large
+ 23 - 16
examples/js/loaders/PDBLoader.js


+ 1 - 2
examples/jsm/loaders/PDBLoader.d.ts

@@ -8,8 +8,7 @@ export interface PDB {
 	geometryAtoms: BufferGeometry;
 	geometryAtoms: BufferGeometry;
 	geometryBonds: BufferGeometry;
 	geometryBonds: BufferGeometry;
 	json: {
 	json: {
-		atoms: any[][],
-		bonds: number[][]
+		atoms: any[][]
 	}
 	}
 }
 }
 
 

File diff suppressed because it is too large
+ 23 - 16
examples/jsm/loaders/PDBLoader.js


Some files were not shown because too many files changed in this diff