|
@@ -27,10 +27,12 @@
|
|
</code>
|
|
</code>
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
<h2>Constructor</h2>
|
|
- <h3>[name]( [page:Object3D object], [page:Color color] )</h3>
|
|
|
|
|
|
+ <h3>[name]( [page:Object3D object], [page:Color color], [page:Float thresholdAngle] )</h3>
|
|
<div>
|
|
<div>
|
|
object -- Object of which to draw edges <br />
|
|
object -- Object of which to draw edges <br />
|
|
- color -- Color of the edges.
|
|
|
|
|
|
+ color -- Color of the edges.<br />
|
|
|
|
+ thresholdAngle -- the minimim angle (in degrees), between the face normals of adjacent faces, that is required to render an edge. Default is 0.1.
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
Creates a [page:Line], showing only the "hard" edges of the passed object; specifically, no edge will be drawn between faces which are adjacent and coplanar (or nearly coplanar).
|
|
Creates a [page:Line], showing only the "hard" edges of the passed object; specifically, no edge will be drawn between faces which are adjacent and coplanar (or nearly coplanar).
|