UNPKG

lingo3d

Version:

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

4 lines 290 B
import { ConeGeometry } from "three"; import createSharedPool from "./utils/createSharedPool"; export const [requestConeGeometry, releaseConeGeometry] = createSharedPool((params) => new ConeGeometry(...params), (geometry) => geometry.dispose()); //# sourceMappingURL=coneGeometryPool.js.map