Constructor
new EdgesGeometry( geometry : BufferGeometry, thresholdAngle : number )
Constructs a new edges geometry.
| geometry |
The geometry. Default is |
| thresholdAngle |
An edge is only rendered if the angle (in degrees) between the face normals of the adjoining faces exceeds this value. Default is |
Properties
.parameters : Object
Holds the constructor parameters that have been used to generate the geometry. Any modification after instantiation does not change the geometry.