UNPKG

three

Version:

JavaScript 3D library

17 lines (10 loc) 332 B
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 ); }