|  | 
| 
 Wiimote in 4 sided Cave Hello, I want to use the buttons of the Wiimote to travel (no rotation) through a world projected in our Cave. How can I do that? I don't see an example in the help neither on this forum. There are examples with the keyboard that work in the cave. #Create another tracker using the keyboard and mouse (arrow keys adjust position, mouse changes orientation) origintracker = viztracker.KeyboardMouse6DOF() #Link the keyboard/mouse so that it moves the cave and user around the virtual environment originlink = viz.link (origintracker, caveorigin) But the wiimote? Something like this? def CaveTravel(): #take the caveorigin and move # I don't know what to put here vizact.onsensordown(wiimote,wii.BUTTON_A,CaveTrave l) thanks Sjaak | 
| 
 Here is some code that uses the arrow keys on the wiimote to change the position of an object: Code: MOVE_SPEED = 5 # meters/sec | 
| 
 Thank you. In your code you use a timer. Is it not better to react on event? I think the timer checks every often unneccesary. Or is that not possible. I test the code next week. | 
| All times are GMT -7. The time now is 09:42 PM. | 
	Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
	
	Copyright 2002-2023 WorldViz LLC