WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-11-2010, 08:11 AM
byronhulcher byronhulcher is offline
Member
 
Join Date: Jun 2010
Posts: 3
Actually, I think I'm better off using the viz.link functions, if I'm reading the WorldViz documentation correctly. Does anyone have experience with these?
Reply With Quote
  #2  
Old 08-11-2010, 10:14 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Do you want to offset the viewpoint linked to tracking data? If so, take a look at the following code. Using the <link>.postTrans and <link>postEuler operators, the viewpoint is offset 1 meter in height and 45 degrees in yaw from the tracking data.
Code:
link = viz.link(tracker,viz.MainView)
link.postTrans([0,1,0])	            
link.postEuler([45,0,0])
Reply With Quote
Reply

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 03:08 AM.


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