UNPKG

lingo3d

Version:

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

8 lines 278 B
import { sphereGeometry } from "../../primitives/Sphere"; import HelperPrimitive from "./HelperPrimitive"; export default class HelperSphere extends HelperPrimitive { constructor(owner) { super(sphereGeometry, owner); } } //# sourceMappingURL=HelperSphere.js.map