Using 2.0b7 P3D with contributed libraries
in
Core Library Questions
•
10 months ago
It was noted in this topic that PeaseyCam no longer appears to be working in 2.0b7 and that when the mouse is moved over the window it creates the following exception error.
I have experienced the same problem not on;y with PeaseyCam but also G4P (Torroid example) when using the P3D renderer.
My question is whether anyone is experiencing the same error with other libraries using P3D.
- PeasyCam v105
- Exception in thread "Animation Thread" java.lang.IllegalArgumentException: argument type mismatch
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- at java.lang.reflect.Method.invoke(Method.java:597)
- at processing.core.PApplet$RegisteredMethods.handle(PApplet.java:1084)
- at processing.core.PApplet.handleMouseEvent(PApplet.java:2532)
- at processing.core.PApplet.dequeueEvents(PApplet.java:2463)
- at processing.core.PApplet.handleDraw(PApplet.java:2153)
- at processing.opengl.PGL$PGLListener.display(PGL.java:2472)
- at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:548)
- at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:533)
- at jogamp.opengl.GLAutoDrawableBase$2.run(GLAutoDrawableBase.java:280)
- at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:904)
- at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:822)
- at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:543)
- at processing.opengl.PGL.requestDraw(PGL.java:814)
- at processing.opengl.PGraphicsOpenGL.requestDraw(PGraphicsOpenGL.java:1566)
- at processing.core.PApplet.run(PApplet.java:2020)
- at java.lang.Thread.run(Thread.java:662)
1