UNPKG

lingo3d

Version:

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

8 lines (7 loc) 239 B
import { SphereGeometry } from "three"; import Primitive from "../core/Primitive"; export declare const sphereGeometry: SphereGeometry; export default class Sphere extends Primitive { static componentName: string; constructor(); }