> I have a paged terrain database that I would like to convert > to a non-paged model. Ideally, I would like to remove all > level-of-detail switching and only keep the highest level of detail. > > How might I go about doing this?
Write a NodeVisitor that overrides apply(PagedLOD&) to read in the highest LOD and replace the PagedLOD with the loaded subgraph. Paul Martz Skew Matrix Software LLC http://www.skew-matrix.com +1 303 859 9466 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

