Скопировано файлов: 1. g:\20170625>javac -Xlint:deprecation -Xlint:unchecked OffScreenTest5.java g:\20170625>java OffScreenTest5 com.jogamp.opengl.GLException: FBO not supported w/ context: WindowsWGLContext [ Version 1.1 (Compat profile, compat[], hardware) - 1.1.0 [GL 1.1.0, vendor 0.0.0 (n/a)], options 0x2, this 0x270dbf, handle 0x660002, isShared false, jogamp.ope ngl.gl4.GL4bcImpl@533ff6, quirks: [NoDoubleBufferedBitmap, NoSurfacelessCtx], Drawable: ResizeableImpl[Initialized false, realized true, texUnit 0, sa mples 0, Factory jogamp.opengl.windows.wgl.WindowsWGLDrawableFactory@18c6916, Handle 0x590110a6, Caps GLCaps[wgl vid 7 arb: rgba 8/8/8/8, trans-rgba 0x0/0/0/0, accu m-rgba 16/16/16/16, dp/st/ms 24/0/2, sample-ext default, dbl, mono , hw, GLProf ile[GL2/GL2.hw], offscr[fbo]], fboI back 0, front 1, num 0, FBO front read 0, null, FBO back write 0, null, Surface GDISurface[ displayHandle 0x0 , surfaceHandle 0x590110a6 , size 100x100 , UOB[ OWNS_SURFACE | WINDOW_INVISIBLE ] , WindowsWGLGraphicsConfiguration[DefaultGraphicsScreen[WindowsGraphicsDevice[ty pe .windows, connection decon, unitID 0, handle 0x0, owner false, NullToolkitLoc k[obj 0x147597d]], idx 0], pfdID 7, ARB-Choosen true, requested GLCaps[rgba 8/8/8/8, trans-rgba 0x0/0/0/0, accum-rgba 16/16/16 /16, dp/st/ms 24/0/2, sample-ext default, dbl, mono , hw, GLProfile[GL2/GL2.hw] , offscr[fbo]], chosen GLCaps[wgl vid 7 arb: rgba 8/8/8/8, trans-rgba 0x0/0/0/0, accu m-rgba 16/16/16/16, dp/st/ms 24/0/2, sample-ext default, dbl, mono , hw, GLProf ile[GL2/GL2.hw], offscr[fbo]]] , surfaceLock <1441e32, 11a9fbc>[count 1, qsz 0, owner ] , GDIDummyUpstreamSurfaceHook[pixel 100x100] , upstreamSurface false ]]] , FBO[name r/w 0/0, init false, bound false, size 0x 0, samples 0/-1, modified true/true, depth null, stencil null, colorbuffer attac hments: 0/-1, with 0 textures: null, msaa[null, hasSink false, dirty true], stat e NOT A FBO, obj 0xed2fce] at com.jogamp.opengl.FBObject.init(FBObject.java:972) at jogamp.opengl.GLFBODrawableImpl.setupFBO(GLFBODrawableImpl.java:115) at jogamp.opengl.GLFBODrawableImpl.initialize(GLFBODrawableImpl.java:224 ) at jogamp.opengl.GLFBODrawableImpl.associateContext(GLFBODrawableImpl.ja va:397) at jogamp.opengl.GLContextImpl.associateDrawable(GLContextImpl.java:849) at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:712) at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586) at javax.media.j3d.JoglPipeline.createNewContext(JoglPipeline.java:6411) at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:4602) at javax.media.j3d.Canvas3D.createNewContext(Canvas3D.java:2376) at javax.media.j3d.Renderer.doWork(Renderer.java:881) at javax.media.j3d.J3dThread.run(J3dThread.java:271) Exception in thread "main" javax.media.j3d.IllegalRenderingStateException: Canva s3D: Non-recoverable off-screen rendering error at javax.media.j3d.Canvas3D.renderOffScreenBuffer(Canvas3D.java:1966) at OffScreenCanvas3D.renderImage(OffScreenTest5.java:133) at OffScreenTest5.main(OffScreenTest5.java:71) DefaultRenderingErrorListener.errorOccurred: CONTEXT_CREATION_ERROR: Renderer: Error creating Canvas3D graphics context graphicsDevice = D3DGraphicsDevice[screen=0] canvas = OffScreenCanvas3D[canvas0,0,0,100x100,invalid] G:\20170625>