UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 290 B
/** * * @param {number} [radius] * @param {number} [resolution] * @returns {BufferGeometry} */ export function makeHelperSphereGeometry(radius?: number, resolution?: number): BufferGeometry; import { BufferGeometry } from "three"; //# sourceMappingURL=makeHelperSphereGeometry.d.ts.map