UNPKG

mylingo3d

Version:

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

8 lines (7 loc) 235 B
import { BoxGeometry } from "three"; import Primitive from "../core/Primitive"; export declare const boxGeometry: BoxGeometry; export default class Cube extends Primitive { static componentName: string; constructor(); }