UNPKG

mylingo3d

Version:

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

6 lines 281 B
import store, { push, pull } from "@lincode/reactivity"; const [setBVHMap, getBVHMap] = store([]); const pushBVHMap = push(setBVHMap, getBVHMap); const pullBVHMap = pull(setBVHMap, getBVHMap); export { pushBVHMap, pullBVHMap, getBVHMap }; //# sourceMappingURL=useBVHMap.js.map