Hi,
I'm trying to use the GLGraphics library but I get these errors in every example.
I'm using Processing 1.2.1 on WinXP and I tried both versions of the library (the stable and test versions).
Any idea on what I could do to solve this?
- GLGraphics VERSION: 20110201
- GL_EXT_framebuffer_object extension not available
- GL_ARB_shader_objects extension not available
- GL_ARB_geometry_shader4 extension not available
- GL_ARB_vertex_shader extension not available
- GL_ARB_fragment_shader extension not available
- GL_ARB_shading_language_100 extension not available
- GL_ARB_texture_float extension not available
- GL_ARB_texture_non_power_of_two extension not available
- GL_EXT_framebuffer_multisample extension not available
- processing.app.debug.RunnerException: GLException: Method "glCreateProgram" not available
- at processing.app.Sketch.placeException(Sketch.java:1543)
- at processing.app.debug.Runner.findException(Runner.java:582)
- at processing.app.debug.Runner.reportException(Runner.java:558)
- at processing.app.debug.Runner.exception(Runner.java:498)
- at processing.app.debug.EventThread.exceptionEvent(EventThread.java:367)
- at processing.app.debug.EventThread.handleEvent(EventThread.java:255)
- at processing.app.debug.EventThread.run(EventThread.java:89)
- Exception in thread "Animation Thread" javax.media.opengl.GLException: Method "glCreateProgram" not available
- at com.sun.opengl.impl.GLImpl.glCreateProgram(GLImpl.java:2700)
- at codeanticode.glgraphics.GLState.createGLResource(GLState.java:158)
- at codeanticode.glgraphics.GLState.createGLResource(GLState.java:132)
- at codeanticode.glgraphics.GLSLShader.<init>(GLSLShader.java:52)
- at codeanticode.glgraphics.GLModelEffect.initShader(GLModelEffect.java:568)
- at codeanticode.glgraphics.GLModelEffect.initEffect(GLModelEffect.java:365)
- at codeanticode.glgraphics.GLModelEffect.<init>(GLModelEffect.java:68)
- at Bilboards.setup(Bilboards.java:52)
- at processing.core.PApplet.handleDraw(Unknown Source)
- at processing.core.PApplet.run(Unknown Source)
- at java.lang.Thread.run(Thread.java:619)
2