WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-22-2008, 05:01 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
If you are applying a uniform gain to the data, then you can use the filter plugin. Here is sample code that creates a tracker object with a 2x gain in the x,z axis:
Code:
filter = viz.add('filter.dle')
magnifiedTracker = filter.position(tracker,scale=(2,1,2))
view = vizcave.CaveView(magnifiedTracker)
However, you should not be applying the magnified data to the frustum calculation, only the viewpoint. The frustum still needs to be computed from the physical eye position of the user, even if you are simulating a longer stride.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Randomly and Continuously Change Avatar's Face Texture Karla Vizard 4 08-22-2008 12:14 PM


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


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