Initial project import
This commit is contained in:
7
node_modules/three-stdlib/physics/AmmoPhysics.d.ts
generated
vendored
Normal file
7
node_modules/three-stdlib/physics/AmmoPhysics.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Mesh, Vector3 } from 'three'
|
||||
|
||||
export class AmmoPhysics {
|
||||
constructor()
|
||||
addMesh(mesh: Mesh, mass: number): void
|
||||
setMeshPosition(mesh: Mesh, position: Vector3, index: number): void
|
||||
}
|
||||
Reference in New Issue
Block a user