Reference addition for quadraticVertex()

This commit is contained in:
Casey Reas
2011-11-29 05:43:12 +00:00
parent 52af4da1b1
commit 647164d4e3
3 changed files with 84 additions and 49 deletions

View File

@@ -2,11 +2,9 @@
* TRIANGLE_STRIP Mode
* by Ira Greenberg.
*
* Generate a closed ring using vertex()
* function and beginShape(TRIANGLE_STRIP)
* mode. outerRad and innerRad variables
* control ring's outer/inner radii respectively.
* Trig functions generate ring.
* Generate a closed ring using the vertex() function and
* beginShape(TRIANGLE_STRIP) mode. The outerRad and innerRad
* variables control ring's radii respectively.
*/
int x;