ok, my guess is that this is an OpenGL zNear and zFar clipping plane issue in the processing code... http://www.opengl.org/archives/resources/faq/technical/depthbuffer.htm especially because when i just translate my particles in void render using
- translate(loc.x, loc.y);