Robert Osfield schrieb:
On 1/7/07, Stephan Huber <[EMAIL PROTECTED]> wrote:
Please add a resizeImplementation() method. On OSX you have to update
the context, if the window is resized.
I'll be adding the resizeImplementation.
Thanks.
Could you explain a bit more what you have to update?
I have to notify the gl-context, that the window-geometry has changed:
makeCurrent();
aglUpdateContext(_context);
Without that calls some parts of the window get filled with garbage. I
can add the call to the part of the code which handles interactive
window-resizing, but I think it would be more robust to handle this via
a resizeImplementation, so when the user changes the window-geometry the
context gets updated accordingly.
Cheers,
Stephan
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/