我更新了opengl版本。awtPixelAttributesIntRGB3無法解析或不是字段
但我得到了一個錯誤:
AWTGLPixelBuffer pixelBuffer = pixelBufferProvider.allocate(gl,
AWTGLPixelBuffer.awtPixelAttributesIntRGB3,
v.getWidth(),
v.getHeight(),
1,
true,
0);
我的圖書館找不到awtPixelAttributesIntRGB3
。如果我使用舊版本,它可以找到。
我導入相同的庫:import com.jogamp.opengl.util.awt.AWTGLPixelBuffer;
最後一件事,我下載的OpenGL的最後一個版本在這裏(jogamp-全platforms.7z): http://jogamp.org/deployment/jogamp-current/archive/
,我只加jogamp-所有。罐子到我的lib文件夾。
感謝您的建議。