WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-01-2008, 12:38 PM
michaelrepucci michaelrepucci is offline
Member
 
Join Date: Jul 2008
Posts: 53
confusion over vizcave and viewpoint

I'm using a head-tracker and power wall setup. I use
Code:
vizcave.setTracker(tracker)
to allow the frustum to be automatically adjusted according to head-tracker coordinates. Alternatively, I could manually do this with
Code:
vizcave.update()
and an appropriate timer, though I'm not clear why this would be useful (the documentation does not explain this well).

But how should I deal with the viewpoint? From reading the documentation on sensors and linking it seemed to me that the appropriate way was to use
Code:
viz.link(tracker,viz.MainView)
but vizcave provides the
Code:
caveview = vizcave.CaveView(tracker)
view matrix, which I alternatively linked to the main view
Code:
viz.link(caveview,viz.MainView)
with no apparent difference. What is the appropriate way of updating the viewpoint? And are these two methods completely equivalent?
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


All times are GMT -7. The time now is 10:03 PM.


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