提交 89aa83b5 编写于 作者: M Mugen87

TS: Clean up

上级 7ab1ba25
import {
BufferGeometry,
BufferGeometry,
LoadingManager
} from '../../../src/Three';
export interface PDB {
geometryAtoms: BufferGeometry;
geometryBonds: BufferGeometry;
json: {
atoms: any[][],
bonds: number[][]
}
json: {
atoms: any[][],
bonds: number[][]
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册