UNPKG

232 BTypeScriptView Raw
1import { BufferGeometry } from './../core/BufferGeometry';
2
3export class WireframeGeometry extends BufferGeometry {
4 constructor(geometry: BufferGeometry);
5
6 /**
7 * @default 'WireframeGeometry'
8 */
9 type: string;
10}