[Paraview] Japanese translation of The ParaView Tutorial Version 3.8 is available

2010-10-09 Thread Takuya OSHIMA
Hi, I wanted to drop a note to Japanese subscribers that a Japanese translation of The ParaView Tutorial Version 3.8 is now available. http://paraview.org/Wiki/The_ParaView_Tutorial As always, many thanks to Kenneth Moreland for providing the excellent tutorial and its LaTeX source. Takuya _

Re: [Paraview] setting the flags for compilation for offscreen rendering support

2010-10-09 Thread Milos Ilak
Hi, I see now - these are set using the CMake GUI. Thanks! Milos On Sat, Oct 9, 2010 at 6:13 PM, Andy Bauer wrote: > Hi Milos, > > Please reply to the whole list. > > On one of the machines I use I've set them to: > OPENGL_INCLUDE_DIR > /packages/Mesa-7.2/include > > OPENGL_gl_LIBRARY > /pa

Re: [Paraview] setting the flags for compilation for offscreen rendering support

2010-10-09 Thread Andy Bauer
Hi Milos, Please reply to the whole list. On one of the machines I use I've set them to: OPENGL_INCLUDE_DIR /packages/Mesa-7.2/include OPENGL_gl_LIBRARY /packages/Mesa-7.2/lib64/libGL.so OPENGL_glu_LIBRARY /packages/Mesa-7.2/lib64/libGLU.so OPENGL_xmesa_INCLUDE_DIR /packages/Mesa-7.2/inclu

Re: [Paraview] setting the flags for compilation for offscreen rendering support

2010-10-09 Thread Andy Bauer
You should set VTK_USE_OFFSCREEN to on (I'm assuming you've already turned on VTK_OPENGL_HAS_OSMESA). Then you'll need to set the OSMesa libraries and header files (OSMESA_INCLUDE_DIR and OSMESA_LIBRARY). When I've done this in the past I didn't set VTK_USE_DISPLAY so you can probably leave that

[Paraview] setting the flags for compilation for offscreen rendering support

2010-10-09 Thread Milos Ilak
Hi, I have been using ParaView with Python scripts successfully, but I still have the problem of offscreen rendering not working properly, i.e., I always get a screen popping up every few seconds while the script is running. From the discussion below I understand that setting up offscreen renderin