<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>OffScreenRender and polydata problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hello all!<BR>
I'm using vtk under windows with vtkWin32OpenGLRenderWindow object that I wish to render to offscreen and then pipe to vtkWindowToImageFilter. the actors in the mapper to the window consist of two Actor2D's; one is an image, the other are some lines. the image appears just fine but the lines only appear partially (and sometimes not at all) when I'm using OffScreenRendingOn and in full when actually rendering to the screen.<BR>
<BR>
the lines are drawn using the pipeline: (vtkPoints+vtkCellArray)->PolyData->PolyDataMapper2D->Actor2D<BR>
then I simply add the image and the lines to the renderer (vtkOpenGLRenderer), add the renderer to the renderwindow, render, add the renderwindow to the filter and capture as a BMP.<BR>
<BR>
any ideas why this may be occurring? I've tried pretty much everything that I can think of and nothing seems to be working.<BR>
<BR>
thanks in advance!<BR>
-joe</FONT>
</P>
</BODY>
</HTML>