Thread: User-Interface
View Single Post
  #31  
Old 02-21-2005, 08:08 AM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
vizinfo menues don't seem to work

Hi,
when I looked at my little simulation with the VR-Glasses last Friday I wanted to change some variables with my menues and on screen sliders.

So I had to stop the tracker to gain mouse control again. The on-screen slider worked (also not quite accurate, I had to drag it with an offset) but it was not possible to open the vizinfo menues and to change the sliders or values hidden in there...
Any ideas?
Johannes

P.S. at the beginning I use the following to start the tracker:
Code:
viz.go(viz.PROMPT)
	ppt = viz.add('vizppt.dls')
	v = viz.add('intersense.dls')
	ppt.command(6,'',1,1,1)
	viz.tracker()	
	#ppt.reset()

	viz.eyeheight(-0.3)
P. P.S. I stop and start the tracker like this:

Code:
 
if key == 'x':
		viz.tracker(viz.STOP)
		#global vX
		#vX = viz.input('Please type velocity x (e.g. 1.2 for 1.2 m/s)')
	if key == 'y':
		viz.tracker(viz.START)
Reply With Quote