<HTML>
Jan Vittrup Hansen wrote:
<BLOCKQUOTE TYPE=CITE>Hi,

<P>&nbsp;I have been trying to add printing capabilities to a small app
I am
<BR>writting. In one window may contain four renderers showing orthogonal
views
<BR>and a perspective view.&nbsp;&nbsp;&nbsp; o Somewhere I read that I
might use antialiasing instead. Unfortunatly,
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; though I do vtkRenderWindow.SetAAFrames(16),
only one of my
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; four renderers is rendered with this
setting.

<P>It seems that both methods are inconsistent,
<BR>as the accept a renderer and act on the window instead, and the reverse.</BLOCKQUOTE>
&nbsp;Hello Jan,

<P>I also have an&nbsp; application which uses four renderers in&nbsp;
one window.
<BR>The&nbsp; problem you have with only one of the four renderers working
<BR>is&nbsp; somewhat like a problem I have.&nbsp;&nbsp;&nbsp;&nbsp; My
application has worked
<BR>with many different PC's with different graphics boards and also
<BR>the SGI O2 and Octane.&nbsp; However, when it runs on a PC with the
<BR>Matrox 450 board only one of the renderers works.&nbsp;&nbsp; I just
get a black
<BR>background in the three other viewports.

<P>I just wondered if you've ever run your application on a PC with
<BR>a Matrox 450 and if you experienced this problem.

<P>For printing, my users have been using some PC utility which I
<BR>think is called snaggit to capture screen shots.

<P>I've used vtkRenderLarge on another version of the program
<BR>which just uses one renderer.&nbsp;&nbsp;&nbsp; However, I've seen
two messages
<BR>about offscreen rendering on Win32 today in the email list and I
<BR>&nbsp;think that's a better way to go.&nbsp;&nbsp; Maybe you can resolve
your
<BR>&nbsp;problem with offscreen printing.&nbsp; I don't know if it's available
for
<BR>&nbsp;Unix.&nbsp; If you'd like copies of these messages I can forward
<BR>&nbsp; them to you.

<P>&nbsp; Another alternative with RenderLarge would be to create
<BR>&nbsp; a second small RenderWindow just&nbsp; for the purpose of
<BR>&nbsp; making a large image of one of the views for printing.

<P>&nbsp;Regards,
<BR>&nbsp; Dave
<PRE>--&nbsp;
David E Jones
Du Pont Central Research
Experimental Station, Bldg 320
Wilmington, DE 19880-0320</PRE>
&nbsp;</HTML>