Sets whether the upcoming vertex is part of an edge. Equivalent to glEdgeFlag(), for people familiar with OpenGL.
(boolean edge)
| 1239 | * Equivalent to glEdgeFlag(), for people familiar with OpenGL. |
| 1240 | */ |
| 1241 | public void edge(boolean edge) { |
| 1242 | this.edge = edge; |
| 1243 | } |
| 1244 | |
| 1245 | |
| 1246 | /** |