UNPKG

three

Version:

JavaScript 3D library

13 lines (9 loc) 220 B
import { Mesh, Vector3 } from '../../../src/Three'; export class CannonPhysics { constructor(); addMesh( mesh: Mesh, mass: number ): void; setMeshPosition( mesh: Mesh, position: Vector3, index: number ): void; }