View Single Post
  #9  
Old 07-28-2015, 10:33 PM
rajnish_xenium rajnish_xenium is offline
Member
 
Join Date: Jul 2015
Location: Santacruz ,Mumbai,Maharashtra,India
Posts: 12
Smile Regarding Corner Cave in Vizard 5 using PPT-E System on a remote machine

Hi Jeff..thanx for the referene for Viz Connect..
I got the want connected to the viz connect using Vizard 5... i also got the Status of Wand&Signal and datas of Yaw roll and pitch.. in the VizConnect...
My Prset configuration Script...which was
..A Corner Caven with PPT Configuration..

i got the a Preset Configuration Script...and i saved as ..'corner_cave.py' file..instead of 'vizconnect_config.py'..

The code of 'corner_cave.py' file is...



------------------

Now i want to create a script in which i want to get the wand signals and Button data and inputs data..in my newly created script..suppose..'navigation.py' in which ill move my viewpoint with refrefence to Wand JoyStick and Button Data and Inputs Data..from The wand which is active in VizConnect Window...

...Jeff please help me to achieve this...as i m alone working on it..and i will do it..

I want to create another script..in whioch i should navigate my ViewPoint with the help of wand..
I know that ..
In my newly script.'navigation.py'..
i have to write..the line as well

code:
import vizconnect
vizconnect.go('vizconnect_config.py')

or:

# load vizconnect configuration file
import vizconnect
vizconnect.go('vizconnect_config.py')

#get a handle to the input by name
input = vizconnect.getInput('mouse_buttons')

or:

import vizconnect
vizconnect.go('vizconnect_config.py')

keyTracker = vizconnect.getTracker('keyboard').getNode3d()
..

Please help me with exact code of wand helping me to move my Viewpoint...

Waiting for ur reply Jeff..Thanx..for the last help..Thanx a lot...

Mr.Rajnish Vishwakarma(Developer at Xenium Digital Pvt Ltd)
..Waiting for ur reply..
Reply With Quote