WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 01-16-2012, 11:03 AM
nmohandes nmohandes is offline
Member
 
Join Date: Jan 2012
Posts: 2
Thank you
I was able to pick using the joystick

def pickone(object):
object = viz.pick()
if object.valid():
pos = joystick.getPosition()
object.setEuler([90,0,0])
viz.callback(vizjoy.BUTTONDOWN_EVENT,pickone)
viz.callback(vizjoy.BUTTONUP_EVENT,buttonup)
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
changing the gain of a joystick during a program Saz Vizard 4 06-25-2009 04:49 AM
How to get the data from Logitech G25 racing wheel ? fuyonggang Vizard 4 12-18-2008 07:14 PM
writing joystick position to a data file Saz Vizard 3 12-17-2008 06:18 AM
Joystick Navigation Vinicius Lima Vizard 7 10-23-2007 11:42 AM
Facetracking and Immersion Joystick Vygreif Vizard 1 01-25-2006 11:56 AM


All times are GMT -7. The time now is 12:00 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC