MCPcopy Index your code
hub / github.com/oframe/ogl / SphereOptions

Interface SphereOptions

types/extras/Sphere.d.ts:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { AttributeMap } from '../core/Geometry.js';
5
6export interface SphereOptions {
7 radius: number;
8 widthSegments: number;
9 heightSegments: number;
10 phiStart: number;
11 phiLength: number;
12 thetaStart: number;
13 thetaLength: number;
14 attributes: AttributeMap;
15}
16
17/**
18 * A sphere geometry.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…