UNPKG

mylingo3d

Version:

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

6 lines (5 loc) 275 B
import { MeshBVH } from "three-mesh-bvh"; declare const getBVHMap: import("@lincode/reactivity").GetGlobalState<MeshBVH[]>; declare const pushBVHMap: (val: MeshBVH) => void; declare const pullBVHMap: (val: MeshBVH) => void; export { pushBVHMap, pullBVHMap, getBVHMap };