WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 07-13-2012, 09:10 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Have you tried using the viz.MainWindow.setProjectionMatrix() command?

Code:
ObliqueProjectionMatrix = [
2n/(r-l), 0 , (r+l)/(r-l) , 0,
0 , 2n/(t-b), (t+b)/(t-b) , 0,
P31 , P32 , P33 , P34,
0 , 0 , -1 , 0
]

viz.MainWindow.setProjectionMatrix(ObliqueProjectionMatrix)
Just make sure the projection matrix is a 16 item 1-dimensional array.
Reply With Quote
 

Tags
oblique near plane, projection matrix


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
orthographic projection in a head-tracked cave environment michaelrepucci Vizard 5 12-14-2011 10:29 AM
projection matrix control & child window kwkim Vizard 0 08-31-2011 12:53 AM
Tiling a texture on a plane FreakyT Vizard 2 04-27-2011 05:34 PM
I need help with the Far Clip Plane... k_iwan Vizard 3 03-13-2007 04:54 AM
Panning Textures across a plane. shivanangel Vizard 3 04-07-2006 08:45 AM


All times are GMT -7. The time now is 11:52 AM.


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