Import
WireframeGeometry2 is an addon, and must be imported explicitly, see Installation#Addons.
import { WireframeGeometry2 } from 'three/addons/lines/WireframeGeometry2.js';
Constructor
new WireframeGeometry2( geometry : BufferGeometry )
Constructs a new wireframe geometry.
| geometry |
The geometry to render the wireframe for. |
Properties
.isWireframeGeometry2 : boolean (readonly)
This flag can be used for type testing.
Default is true.