Re: [osg-users] RTT with Shadows (LispSM)

2011-10-19 Thread Craig S. Bosma
Another question -- are there any shadow techniques at all that work when nested under an RTT camera? Thanks, Craig On Oct 13, 2011, at 7:41 AM, Craig Bosma wrote: Thanks Robert, Will the osgShadow::ViewDependentShadowMap implementation work with a scene placed under an RTT camera? I'd

Re: [osg-users] RTT with Shadows (LispSM)

2011-10-13 Thread Craig Bosma
Thanks Robert, Will the osgShadow::ViewDependentShadowMap implementation work with a scene placed under an RTT camera? I'd like to move to osgViewer but unfortunately that's just not an option for this project. On Thu, Oct 13, 2011 at 12:18 AM, Robert Osfield robert.osfi...@gmail.com wrote: Hi

[osg-users] RTT with Shadows (LispSM)

2011-10-12 Thread Craig S. Bosma
Hi, I'm trying to incorporate the LispSM shadow technique into my renderer (osg 2.8.2, SceneView-based) but can't get the shadows to work when added under an RTT camera (FBO). I came across this thread http://forum.openscenegraph.org/viewtopic.php?t=8347 that seems to describe my problem

Re: [osg-users] RTT with Shadows (LispSM)

2011-10-12 Thread Robert Osfield
Hi Craig, I would recommend using OSG-3.0.1 as their are improvements in shadow support, I would also recommend using osgViewer rather than SceneView. If you are happy using the svn/trunk version of the OSG then the new osgShadow::ViewDependentShadowMap implementation will probably be your best