web3d / node_modules /three /src /geometries /OctahedronGeometry.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
328 Bytes
import {
PolyhedronGeometry,
PolyhedronBufferGeometry,
} from './PolyhedronGeometry';
export class OctahedronBufferGeometry extends PolyhedronBufferGeometry {
constructor(radius?: number, detail?: number);
}
export class OctahedronGeometry extends PolyhedronGeometry {
constructor(radius?: number, detail?: number);
}