[opendx-users] image rendering - antialias and line width

2004-09-30 Thread Giulio Antonutto
I am trying to change line width and to use antialias: I am connecting 'option module' to 'image module' with: attribute, value rendering mode, hardware antialias, lines line width, 2 and the image looks correct on the sceen (openGL). Now I would like to save it in a much higher resolution

Re: [opendx-users] image rendering - antialias and line width

2004-09-30 Thread David Thompson
Martin, I just dug through a whole bunch of this for the ExportPS module I wrote. It actually is the fact that any off screen rendering cannot support the OpenGL rendering. It must be rendered on screen (no code for offscreen OpenGL support has been written). So often what has to happen is

Re: [opendx-users] image rendering - antialias and line width

2004-09-30 Thread Martin S. Tignor
On Thu, 2004-09-30 at 15:53, David Thompson wrote: Martin, I just dug through a whole bunch of this for the ExportPS module I wrote. It actually is the fact that any off screen rendering cannot support the OpenGL rendering. It must be rendered on screen (no code for offscreen OpenGL