[osg-users] view-dependent Billboard clouds

2009-08-26 Thread Basheer Joukhadar
Hi, I'm trying to implement billboard clouds for a 3d object . i have already started and implemented the billboard clouds for view-independent case . but now i need to upgrade my code to view-dependent case . i'll appreciate any kind of help Thank you! Cheers, Basheer --

Re: [osg-users] view-dependent Billboard clouds

2009-08-26 Thread Roland Smeenk
Hi Basheer, A scenegraph solution is possible by using a nodemask. This way different views can traverse into different parts of the scenegraph containing the nodes you want to use for a specific view. However in this case the scenegraph is specifically tailored for the number of views you are