UNPKG

mylingo3d

Version:

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

6 lines (5 loc) 257 B
import { Point3d } from "@lincode/math"; import { Sphere } from "../.."; import IPrimitive from "../../interface/IPrimitive"; declare const _default: (name: string, pt: Point3d, properties?: IPrimitive) => Sphere & IPrimitive; export default _default;