https://bugzilla.novell.com/show_bug.cgi?id=211314 ------- Comment #39 from pgunreben@lucent.com 2006-12-20 01:30 MST ------- Although, the EraseModeBug workaround didn't really help, I post the explanation I received from Mathworks for this workaround (just for completeness): === The OpenGLEraseModeBug option is for situations where calls to GDI (Graphical Device Interface on Windows systems) or X11 (on UNIX systems) will not work within the visual needed by OpenGL. In MATLAB, objects with EraseMode of XOR will draw on top of an OpenGL rendered scene using calls to X11 libraries. If that fails then you can enable OpenGLEraseModeBug, and MATLAB will use OpenGL drawing methods with the XOR bit set instead or using X11 calls. MATLAB uses X11 by default on UNIX systems because it is less likely to be broken than the XOR method of rendering through OpenGL. === -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.