Spaces:
Running
Running
File size: 310 Bytes
6cd9596 |
1 2 3 4 5 6 7 8 9 |
import { Curve } from './../extras/core/Curve';
import { Vector3 } from './../math/Vector3';
import { Geometry } from './../core/Geometry';
import { BufferGeometry } from './../core/BufferGeometry';
export class WireframeGeometry extends BufferGeometry {
constructor(geometry: Geometry | BufferGeometry);
}
|