Hello.
I'm developing a game, and someone who tested it for me got this exception message when they tried to run the game:
offscreen = new GLGraphicsOffScreen(this, width, height, true, 4);
Any idea what this could be? Old gfx card drivers?
I'm using Processing 1.5.1 and GLGraphics 1.0.0
I'm developing a game, and someone who tested it for me got this exception message when they tried to run the game:
Line 163 in setup is:javax.media.opengl.GLException: Method "glRenderbufferStorageMultisam pleEXT" not available
at com.sun.opengl.impl.GLImpl.glRenderbufferStorageMultisampleE XT(GLImpl.java:17684)
at codeanticode.glgraphics.GLGraphicsOffScreen.initFramebuffer( Unknown Source)
at codeanticode.glgraphics.GLGraphicsOffScreen.allocate(Unknown Source)
at processing.core.PGraphics3D.setSize(Unknown Source)
at codeanticode.glgraphics.GLGraphicsOffScreen.setSize(Unknown Source)
at codeanticode.glgraphics.GLGraphicsOffScreen.<init>(Unknown Source)
at ChromaCell.setup(ChromaCell.java:163)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
offscreen = new GLGraphicsOffScreen(this, width, height, true, 4);
Any idea what this could be? Old gfx card drivers?
I'm using Processing 1.5.1 and GLGraphics 1.0.0
1