UNPKG

mylingo3d

Version:

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

5 lines (4 loc) 157 B
import { Point } from "@lincode/math"; import { Object3D } from "three"; declare const _default: (object3d: Object3D) => Point; export default _default;