[osg-users] Scene graph construction advice

2012-06-12 Thread Jason Anderssen
Hi all, Working with OSG, and all is going well. But would like to know would be the "recommended" way to do the following: User picks an object. Turn off the rest of the scene so only the single object they selected is displayed? also User picks an object, depth peal the entire scene to

Re: [osg-users] Scene graph construction advice

2012-06-13 Thread Jason Anderssen
Anyone got a recommendation for the following, or same as a previous post of mine, is this the wrong forum ? Cheers Jason On 13/06/2012, at 8:43 AM, Jason Anderssen wrote: > Hi all, > > Working with OSG, and all is going well. But would like to know would be the > "recommended" way to do the

Re: [osg-users] Scene graph construction advice

2012-06-14 Thread Robert Osfield
On 14 June 2012 07:51, Jason Anderssen wrote: > Anyone got a recommendation for the following, or same as a previous post of > mine, is this the wrong forum ? Look up osg::Switch and NodeMask. Robert. ___ osg-users mailing list osg-users@lists.opensce

Re: [osg-users] Scene graph construction advice

2012-06-14 Thread Tim Moore
On Thu, Jun 14, 2012 at 8:51 AM, Jason Anderssen wrote: > Anyone got a recommendation for the following, or same as a previous post of > mine, is this the wrong forum ? > > Cheers > Jason > > On 13/06/2012, at 8:43 AM, Jason Anderssen wrote: > >> Hi all, >> >> Working with OSG, and all is going w