<div dir="ltr">Dear all,<div style>  Â  Â  Â  Â  Â  Â  I&#39;ve been using the attached example for many years now to test Offscreen Rendering. It used to work like a charm in every platform. I had 3 different states on this program.</div>
<div style><br></div><div style>1) Some time ago, it started opening a blank window in mac. After that it also happened in Linux. In windows it still works properly.</div><div style><br></div><div style>2) I added the following code:</div>
<div style><div><br></div><div>  Â  // Graphics Factory</div><div>  vtkGraphicsFactory * graphics_factory</div><div>  Â  Â  = vtkGraphicsFactory::New();</div><div>  graphics_factory-&gt;SetOffScreenOnlyMode( 1);</div><div>  graphics_factory-&gt;SetUseMesaClasses( 1 );</div>
<div> </div><div>  // Imaging Factory</div><div>  vtkImagingFactory * imaging_factory</div><div>  Â  Â  = vtkImagingFactory::New();</div><div>  imaging_factory-&gt;SetUseMesaClasses( 1 ); </div><div><br></div></div><div style>
Which made it work on linux but not on mac.</div><div style><br></div><div style>3) Now even with that code osx/linux still open the blank widonw, and in Windows works properly.</div><div style><br></div><div style>I tested it with many different vtk configurations, I don&#39;t know what I&#39;m doing wrong. At the moment I&#39;m testing it in VTK 6.0.0 under Linux.</div>
<div style><br></div><div style>Any hints would be appreciated.</div><div style>Thanks.</div></div>