Skip to content

WireframeGeometry

new WireframeGeometry(geometry: Geometry)

THREE equivalent: THREE.WireframeGeometry

Converts all triangle edges into non-indexed line-pair segments with shared-edge deduplication. Use with LineSegments.

Name Type Description
parameters object { geometry } - stored for reference.