UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

6 lines (5 loc) 256 B
import { BufferGeometry } from "three"; import { MeshBVH } from "three-mesh-bvh"; import PhysicsObjectManager from ".."; declare const _default: (item: PhysicsObjectManager) => Promise<readonly [MeshBVH[], BufferGeometry[]]>; export default _default;