We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello. I'm trying to use the Processing Library in my Eclipse project, but it's only showing a small window. When I run the same code in the Processing 3 IDE, it shows the whole window. The only difference is that I have this in eclipse before the setup and draw: public void setings(){ size(1920, 1080, "processing.opengl.PGraphics3D"); }
instead of the same thing in the Startup of Processing. I can't find anyone else with this problem, though. And no matter how I change the size setting it doesn't effect the resulting window.
I can see the top left corner of what I'm trying to draw if that helps. Thank you