Re: [Pythonocc-users] OCCViewer.py - set_background_color()

2011-01-27 Thread Goran Lukic
Hi Thomas, Thanks for providing the link. Very interesting blog. There's a lot of usefull information about Open CASCADE... I compiled pythonOCC on Debian GNU/Linux. It seems, Open CASCADE don't like cheap Intel graphic cards (regardless of OS). Please tell me, can you use background colo

Re: [Pythonocc-users] OCCViewer.py - set_background_color()

2011-01-27 Thread Sébastien Ramage
Hello Thomas and Goran, On Ubuntu (so maybe on Debian too) OpenCascade don't like the current pythonOCC and Intel cards association. But after ran some tests, I can say : - OpenGl is working good (with wxPython or pyQT, pyOpenGl) - FreeCAD is working good too (and it use OpenCascade and QT) So

Re: [Pythonocc-users] OCCViewer.py - set_background_color()

2011-01-27 Thread Thomas Paviot
2011/1/27 Sébastien Ramage > Hello Thomas and Goran, > Hi Sebastien, > On Ubuntu (so maybe on Debian too) OpenCascade don't like the current > pythonOCC and Intel cards association. > > But after ran some tests, I can say : > - OpenGl is working good (with wxPython or pyQT, pyOpenGl) > - Free

Re: [Pythonocc-users] OCCViewer.py - set_background_color()

2011-01-27 Thread Sébastien Ramage
Le 27/01/2011 12:48, Thomas Paviot a écrit : Freecad does not use the default OCC OpenGL pipe. TopoDS_Shapes are tesselated from OCC, and then passed to another OpenGL renderer with a better OpenGL implementation (Coin3d). (I'm quite sure HeeksCAD does use the same way to render shapes). W

Re: [Pythonocc-users] OCCViewer.py - set_background_color()

2011-01-27 Thread Thomas Paviot
2011/1/27 Sébastien Ramage > > > Le 27/01/2011 12:48, Thomas Paviot a écrit : > > >> >> Freecad does not use the default OCC OpenGL pipe. TopoDS_Shapes are >> tesselated from OCC, and then passed to another OpenGL renderer with a >> better OpenGL implementation (Coin3d). (I'm quite sure HeeksCAD