UNPKG

mylingo3d

Version:

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

8 lines (7 loc) 280 B
import Primitive from "../core/Primitive"; import torusShape from "../core/PhysicsObjectManager/cannon/shapes/torusShape"; export default class Torus extends Primitive { static componentName: string; protected _physicsShape: typeof torusShape; constructor(); }