Re: [osg-users] Render to large float textures

2008-02-25 Thread Poirier, Guillaume
/23/2008 4:41 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Render to large float textures Hi Bill, I have never tried to allocate such a large FBO or associate osg::Image so can't really say too much. osg::Image itself doesn't really care how big dimensions you choose, it should in theory

Re: [osg-users] Render to large float textures

2008-02-23 Thread Robert Osfield
Hi Bill, I have never tried to allocate such a large FBO or associate osg::Image so can't really say too much. osg::Image itself doesn't really care how big dimensions you choose, it should in theory be able to allocate as big as you need. The OpenGL side is governed by how much the OpenGL