We are about to switch to a new forum software. Until then we have removed the registration on this forum.
http://processing.org/reference/hint_.html That link doesn't work, and for a game I'm making, there's nothing I can find to disable anti aliasing, seeing as how hint(DISABLE_OPENGL_2X_SMOOTH) or hint(DISABLE_OPENGL_4X_SMOOTH) no longer work in 2.0.
And on this link it claims they fixed the issue... https://code.google.com/p/processing/issues/detail?id=1144
Any help on finding the documents please?
Comments
Use smooth(level) with your desired antialiasing level (must be supported by your gpu).
seems to work a little... might just need to find more ways to optimize the game. Thanks!