UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

13 lines (11 loc) 261 B
import { BufferGeometry } from 'three' export class BoxLineGeometry extends BufferGeometry { constructor( width?: number, height?: number, depth?: number, widthSegments?: number, heightSegments?: number, depthSegments?: number, ) }