Replaced OPENGL constant with P3D and removed processing.opengl import from examples

This commit is contained in:
codeanticode
2011-07-20 06:06:36 +00:00
parent 6d0bb2dfe1
commit d165503d99
18 changed files with 18 additions and 58 deletions
@@ -6,9 +6,6 @@
* rotating arcs on the screen.
*/
import processing.opengl.*;
// Trig lookup tables borrowed from Toxi; cryptic but effective.
float sinLUT[];
float cosLUT[];
@@ -23,7 +20,7 @@ int style[];
void setup() {
size(1024, 768, OPENGL);
size(1024, 768, P3D);
background(255);
// Fill the tables