UNPKG

lingo3d

Version:

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

6 lines (5 loc) 284 B
import { Sphere } from "../.."; import IPrimitive from "../../interface/IPrimitive"; import { Point3dType } from "../../utils/isPoint"; declare const _default: (name: string, pt: Point3dType, properties?: Partial<IPrimitive>) => Sphere & Partial<IPrimitive>; export default _default;