Capítulo 626 de 859
A special type of line segments geometry intended for wireframe rendering.
This is used in Wireframe to describe the shape.
const geometry = new THREE.IcosahedronGeometry();
const wireframeGeometry = new WireframeGeometry2( geo );
Constructor
| Signature |
|---|
new WireframeGeometry2( geometry : BufferGeometry ) |
Properties
| Property | Description |
|---|---|
.isWireframeGeometry2 : boolean (readonly) | This flag can be used for type testing. |