UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

14 lines (12 loc) 259 B
import { BufferGeometry } from 'three' export class TeapotGeometry extends BufferGeometry { constructor( size?: number, segments?: number, bottom?: boolean, lid?: boolean, body?: boolean, fitLid?: boolean, blinn?: number, ) }