Paul, On Wednesday 26 November 2008 09:47:53 Paul Martz wrote: > > 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.
I will try this approach. Thanks, Justin _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

