WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-02-2008, 04:42 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
By default the render node is added to the main scene, so specifying that in your code is redundant. Your graphics card might not support render textures of size [1024,1024]. Try adding the following line after you create the render node to see if it helps:
Code:
lens.setBuffer(viz.RENDER_FRAME_BUFFER)
This will use the standard frame buffer to copy to the render texture, instead of FBOs. Also, make sure your graphics card driver is up to date.
Reply With Quote
 


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
8800 ultra stereo driver Dave Vizard 21 10-25-2009 10:25 AM
anaglyphic stereo, backprojection & screendistance malte Vizard 4 02-23-2008 06:48 AM
stereo projection issue asimbh Vizard 3 10-05-2007 10:22 AM
quad buffered stereo? halley Vizard 2 10-19-2005 12:28 PM
SeeReal stereo with separate scenes Jerry Vizard 2 10-18-2005 12:02 PM


All times are GMT -7. The time now is 04:12 PM.


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