[Paraview] animate point data in single file as time steps

2013-02-28 Thread Matthias Preisig
I'm using vtkUnstructuredGrid to display point data that changes with time. The unstructured grid, however, remains unchanged. Instead of creating a new vtu-file for each time step that contains all the grid information, i created a single vtu-file containing the point data for each time step as

[Paraview] Lighting in Paraview

2013-02-28 Thread the lily
Dear all I'm trying to understand how is paraview applying the lighting, is it using more than one lighting resource I found head lighting, back lighting ... and how can I disable all different lights (using python scripting) and work only with a regular ambient light ?

[Paraview] Help with Clip filter Annotation

2013-02-28 Thread Guðni Karl Rosenkjær
Hello all, I am making a Annotation for Clip filter that shows the current location. I have been trying to use the new PythonAnnotation filter but I am not able to access the Origin and Offset properties from the input to the filters Expression. This is the Expression I tried: 'At %.0f Northing'

[Paraview] Controlling RenderView using Wiimote and VRPlugin

2013-02-28 Thread Bueter, Travis J. (ST-Student)
Hi, I am currently trying to create a way of controlling the camera in ParaView using the Joystick of a Wiimote (WiiC library). I had previously attempted this by using Pat Marion's socket plugin to send camera changes through the python shell but ran into a problem with sending too many

Re: [Paraview] Controlling RenderView using Wiimote and VRPlugin

2013-02-28 Thread Nikhil Shetty
Hi Bueter, You will first have to figure out how to set a VRPN server and WiiMote working for wiimote Joystick (I'm guessing its the four buttons in front for left,right,top,bottom). Here is tutorial that may help you. http://www.vrgeeks.org/vrpn/tutorial---use-vrpn. It dont think it uses the

Re: [Paraview] Controlling RenderView using Wiimote and VRPlugin

2013-02-28 Thread Aashish Chaudhary
On Thu, Feb 28, 2013 at 5:11 PM, Nikhil Shetty nikhil.she...@kitware.comwrote: Hi Bueter, You will first have to figure out how to set a VRPN server and WiiMote working for wiimote Joystick (I'm guessing its the four buttons in front for left,right,top,bottom). Here is tutorial that may

Re: [Paraview] Controlling RenderView using Wiimote and VRPlugin

2013-02-28 Thread Aashish Chaudhary
If you using the VRPN to read the Wiimote data, then it should be straightforward. The simplest example is vtkVRTrackStyle which handle a single tracker input. Have a look at it here: