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