![]() |
|
#4
|
|||
|
|||
|
You could use viewpoint.setEuler and update the yaw value every frame:
Code:
viz.MainView.setEuler([ joy_x * TURN_SPEED * viz.getFrameElapsed(), 0, 0 ], viz.REL_PARENT) |
| Tags |
| joystick, velocity |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mainview can't go back to original point | jacky | Vizard | 1 | 06-04-2013 04:22 AM |
| joystick position | nmohandes | Vizard | 2 | 01-16-2012 10:03 AM |
| how to remove velocity when mouse is disabled? | jvacare1 | Vizard | 2 | 02-18-2010 10:25 AM |
| Joystick Navigation | Vinicius Lima | Vizard | 7 | 10-23-2007 10:42 AM |
| Facetracking and Immersion Joystick | Vygreif | Vizard | 1 | 01-25-2006 10:56 AM |