[osg-users] Optimizing for CAD Data

2008-07-28 Thread Todd J. Furlong
Hi folks, We deal with a lot of CAD data that has been translated to OSG, and I am looking into ways to enhance the performance in OSG. One issue we are facing is that the CAD data is very poorly organized with regards to the cull process. We had hoped that the spatialize groups

Re: [osg-users] Optimizing for CAD Data

2008-07-28 Thread Paul Martz
Hi Todd -- I'd think the Geode-per-Drawable might improve cull performance in your case, as it's faster to cull against bounding spheres than boxes. I've been working with complex CAD data for over a year and have had good results with some models by inserting OcclusionQueryNodes at strategic