Added a todo comment

This commit is contained in:
codeanticode
2011-06-22 02:47:46 +00:00
parent cc35aa7088
commit 35dd720012

View File

@@ -2852,6 +2852,8 @@ public class PGraphicsOpenGL extends PGraphics {
// protected void rawTriangles(int start, int stop) // PGraphics3D
/**
* TODO: replace with better algorithm, using the glu tesellator code from
* PGraphicsOpenGL
* Triangulate the current polygon. <BR>
* <BR>
* Simple ear clipping polygon triangulation adapted from code by John W.