[Paraview] Controlling RenderView using Wiimote and VRPlugin

2013-02-28 Thread
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 Render

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 but

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 wrote: > 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.v

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: http://paraview.org/gitweb?p=ParaView.git;a=blob;f=Plugins/VR/vtkVRTrackStyle.h;h=7d73c7c5282b2c166223ee2bdd235f2

Re: [Paraview] Controlling RenderView using Wiimote and VRPlugin

2013-02-28 Thread Pat Marion
Hi Travis, If you should decide that the VRPN is not the right fit for your application, you can have a look at the MobileRemoteControl plugin. This plugin can be found in the paraview master branch, and it is in the ParaView v.3.98.1 source code and binary distribution. You should be able to us