[osg-users] Adding ShadowedScene as a child ?

2010-09-21 Thread Saravanan Sivaprahasam
Hi, I'm using osgShadow::ShadowedScene to render shadows using shadowmap. The shadows are rendered correctly. As my scene graph gets complex i want to add the ShadowedScene as a child to another node as shown below Code: ref_ptrGroup scene (new Group); //Main light source Vec3

Re: [osg-users] Adding ShadowedScene as a child ?

2010-09-21 Thread Ulrich Hertlein
Hi Saravanan, On 21/09/10 20:04 , Saravanan Sivaprahasam wrote: I'm using osgShadow::ShadowedScene to render shadows using shadowmap. The shadows are rendered correctly. As my scene graph gets complex i want to add the ShadowedScene as a child to another node as shown below ... As shown