The full exception is ‘java.media.opengl.GLException:Not yet implemented’.
I get this exception with version 1.0 and 1.1 (April 22, 07)
A little explanation of our application follows:
My application is not the ‘usual’ use of a pbuffer. An AJAX web app is used to view a static model over the web.
A GLPbuffer is used to perform rendering and take screenshots of the rendered image.
The state of the render is changed (view position, view heading, lighting, etc.). Then the model is rendered using the
GLPbuffer display() method. Usually a screenshot is also taken when the model is rendered.
Note that there is no actual display window on the renderer server, only a GLPBuffer.
Everything works fine except changing the size of the pbuffer.
The application currently allows the user to change the size of the rendered image (for example from 400x400 to 600x600) which does not work because of the exception.
?Will setSize() with GLPbuffer be implemented?
?Is there some work around?
Best regards