[osg-submissions] Fix for flickering in osgviewerWX example

Robert Osfield robert.osfield at gmail.com
Mon Aug 27 06:10:50 PDT 2007


Thanks Brandon, fixes now merged and submitted to SVN.  While I did
raise this issue on osg-users, I didn't have a solution, so I'm glad
you've resolved it:)

On 8/27/07, Brandon Hamm <bhamm at ieee.org> wrote:
> This is a fix for severe flickering of the display window when events (such
> as mouse enter/leave, key down/up) when running the osgviewerWX example
> program.  The problem is that wxGLCanvas is created as a single-buffered
> surface by default.  I've modified the constructor for GraphicsWindowWX to
> take an array of integer attributes, and creating a double-buffered surface.
>
>
> Thanks,
>
> Brandon Hamm
>
>
> _______________________________________________
> osg-submissions mailing list
> osg-submissions at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
>
>


More information about the osg-submissions mailing list