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
@@ -4,13 +4,11 @@
// be later organized in a tree structure to apply geometrical
// transformations to different levels of the tree.
import processing.opengl.*;
PShape3D object;
PShape group1, group2, group3;
void setup() {
size(600, 600, OPENGL);
size(600, 600, P3D);
noStroke();
// We record all the geometry in object.