and notes for the opengl pc/mac examples

This commit is contained in:
codeanticode
2012-02-13 21:42:31 +00:00
parent e1739d5974
commit 46063bd711
5 changed files with 10 additions and 3 deletions
@@ -1,3 +1,5 @@
// ISSUES: normals are not properly set
/**
* I Like Icosahedra
* by Ira Greenberg.
@@ -1,3 +1,5 @@
// ISSUES: shapes containing curve vertices don't render properly
/**
* Run-Amuck
* By Ira Greenberg <br />
@@ -1,3 +1,5 @@
// ISSUES: normals not correct at the poles, texture border visible
/**
* Textured Sphere
* by Mike 'Flux' Chang (cleaned up by Aaron Koblin).
@@ -169,4 +171,4 @@ void texturedSphere(float r, PImage t)
vertex(sphereX[voff]*r, sphereY[voff]*r, sphereZ[voff]*r, u, v);
endShape();
}
}