<p dir="ltr">> Hi ,<br>
><br>
>  <br>
><br>
> I want to do off screen rendering using VTK . Looking at the discussion forums, my understanding is , off screen rendering can be achieved only using Mesa 3D library.<br>
><br>
>  <br>
><br>
> Steps I did for setting up off-screen rendering in VTK.<br>
><br>
> 1.Downloaded vtk 5.6<br>
><br>
> 2.Downloaded Mesa 7.0<br>
><br>
> 3.Built mesa library<br>
><br>
> 4.Cmake was used to set up vtk.<br>
><br>
>                 1.Selected VTK_USE_MANGLED_MESA.<br>
><br>
> 2.Selected VTK_USE_OFFSCREEN.<br>
><br>
> 3.Selected VTK_USE_RENDERING.<br>
><br>
> 5.Configured CMAKE<br>
><br>
> 6.Four additional entry comes up in CMAKE<br>
><br>
>                 1. MANGLED_MESA_INCLUDE_DIR : location of the  Mesa include files<br>
><br>
>                 2. MANGLED_MESA_LIBRARY : location of mesa.lib<br>
><br>
>                 3.MANGLED_OSMESA_INCLUDE_DIR : location of the Mesa include files<br>
><br>
>                 4.MANGLED_OSMESA_LIBRARY : location of osmesa32.lib<br>
><br>
> 7.After filling the entries for Mangling , configure was done followed by generate.(Configuration was done for VS2005)<br>
><br>
> 8.Vtk.sln was opened in VS2005 .<br>
><br>
> 9.Tried to build , but produced lot of compilation and linker errors.<br>
><br>
>  <br>
><br>
> Could anyone possibly tell me why I am getting these errors.<br>
><br>
> Is the steps mentioned above right.<br>
><br>
>  <br>
><br>
> Regards<br>
</p>