WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rating: Thread Rating: 3 votes, 2.67 average. Display Modes
Prev Previous Post   Next Post Next
  #21  
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
 


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


All times are GMT -7. The time now is 04:06 PM.


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