Edge |
The EdgeLinesFactory type exposes the following members.
Name | Description | |
---|---|---|
AddEdgeLines | AddEdgeLines method collects the edge lines and adds their start and end positions to the linePositions collection from the specified sceneNode and its children. The edge lines are created if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees. | |
CreateEdgeLineIndices | CreateEdgeLineIndices method returns list of positions indices that define the edge lines for the specified positions and triangleIndices. The edge lines are created if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees, then an edge line is created between triangles. | |
CreateEdgeLines | CreateEdgeLines method returns a List with edge line position (each edge line is defined by its start and end position). The edge lines are generated for the specified sceneNode and its children. The edge lines are created if angle in degrees between two adjacent triangles is bigger then the specified edgeStartAngleInDegrees. |