import processing.opengl.*; import anar.*; import processing.core.*; Obj myObj; Sliders mySliders; Pt[] ref; void setup() { size(800, 400, OPENGL); Anar.init(this); initForm(); } void initForm() { //Create a new Object to store our shape myObj = new Obj(); //Create parameter array to store individual rotations values Param[][] myArray = new Param[25][25]; Obj module; PImage gauss = loadImage("gaussian.jpg"); loadPixels(); for (int i=0; i