Issue with OpenGL and createGraphics() in 3D
in
Core Library Questions
•
1 year ago
Hello,
I'm having issues implementing
http://wiki.processing.org/w/Picking_with_a_color_buffer. I copy-pasted the code and got the following error:
Exception in thread "Animation Thread" java.lang.RuntimeException: PFramebuffer: GL_FRAMEBUFFER_UNSUPPORTED8cdd
at processing.core.PApplet.makeGraphics(Unknown Source)
at processing.core.PApplet.createGraphics(Unknown Source)
at sketch_feb24b.setup(sketch_feb24b.java:84)
at processing.core.PApplet.handleDraw(Unknown Source)
at processing.core.PApplet.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
I tried Googling but came up with nothing =/, any insights will be appreciated!
Thanks
Thanks
1