hi,<br><br>I'm using the vtkLightKit class to adjust the lighting of my scene. <br><br>When I switch to OffScreenRendering and use then vtkBMPWriter to get a screenshot,<br>the colors of the image are dimmed, as thought there was no lighting present.
<br><br>&nbsp;I also tried to use the <br>dynamic_cast&lt;vtkWin32OpenGLRenderWindow *&gt;(renWin)-&gt;SetupMemoryRendering(size[0], size[1], GetDC(p_hwnd));<br>capability of the OPENGL32Window directly, with the same poor results.
<br><br>Any ideas?<br><br>VTK 5.1 (CVS updated on 10.01.06)<br>
VS 2003<br>
CMake 2.2 1-beta<br><br>thank you in advance,<br><br>yianis<br><br>