WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average. Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-23-2008, 11:18 AM
michaelrepucci michaelrepucci is offline
Member
 
Join Date: Jul 2008
Posts: 53
orthographic projection in a head-tracked cave environment

Is it possible to use orthographic projection in a head-tracked cave environment? I set up a cave, and tried to change the perspective
Code:
tracker = viztracker.add()
wall = vizcave.Wall('wall',upperLeft,upperRight,lowerLeft,lowerRight)
cave = vizcave.Cave()
cave.addWall(wall)
cave.setTracker(pos=tracker,ori=tracker)
viz.MainWindow.ortho(left,right,bottom,top,near,far)
but it doesn't look like orthographic projection. I suspect that setTracker is updating the frustum without concern for my desired orthographic projection, since without setTracker I get orthographic projection.
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
navigation in cave environment Andy Vizard 4 03-28-2008 01:32 AM


All times are GMT -7. The time now is 09:25 AM.


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