最新バージョン「processing-3.2.1-windows64」のテスト
(1)以下のコードで最新バージョン「processing-3.2.1-windows64」をテストします。
//sketch_3D_test
void setup()
{
size(500, 400, P3D);
}
void draw()
{
noStroke();
lights();
fill(0, 255,255);
translate(250,200, 0);
sphere(100);
}
(2) 「processing-3.0.1-windows64」のテスト結果
(3) 「 processing-3.2.1-windows64 」のテスト結果
Frambuffer object are not supported by this hardwar(or driver)
このハードウェア(またはドライバー)がFrambufferオブジェクトをサポートしていない。
Read http://wiki.processing.org/w/OpenGL_Issues for help.
助けのため「http://wiki.processing.org/w/OpenGL_Issues」を読んでください。
java.lang.RuntimeException: Framebuffer objects are not supported by this hardware (or driver) Read http://wiki.processing.org/w/OpenGL_Issues for help.
at processing.opengl.PJOGL.init(PJOGL.java:428)
at processing.opengl.PSurfaceJOGL$DrawListener.init(PSurfaceJOGL.java:893)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:644)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:667)
at jogamp.opengl.GLAutoDrawableBase$1.run(GLAutoDrawableBase.java:431)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1291)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.newt.opengl.GLWindow.display(GLWindow.java:759)
at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:81)
at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:452)
at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:178)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)