Picker for processing 2.0
in
Contributed Library Questions
•
1 year ago
Has anyone had success getting a color buffer picker (for picking shapes) in processing 2.0 with open gl? I'm trying to use my old scripts that employ the picker library. I get this error:
Thanks!
The type processing.core.PGraphics3D cannot be resolved. It is indirectly referenced from required .class file.
Or use one of the other code snippets out there. I get these errors when I use this library:
2012-05-23 11:20:23.585 java[2128:1f07] invalid drawable
OpenGL error 1286 at top beginDraw(): invalid framebuffer operation
OpenGL error 1286 at bot beginDraw(): invalid framebuffer operation
OpenGL error 1286 at top endDraw(): invalid framebuffer operation
java.lang.NullPointerException
at processing.mode.java.runner.Runner.findException(Runner.java:618)
Any luck with getting this to work?
Thanks!
Alex
1