UNPKG

three

Version:

JavaScript 3D library

13 lines (8 loc) 221 B
import { BufferGeometry } from './../core/BufferGeometry'; export class WireframeGeometry extends BufferGeometry { constructor( geometry: BufferGeometry ); /** * @default 'WireframeGeometry' */ type: string; }