Hi, I would like to create dynamically PageLOD nodes whenever a node within a certain LOD range is displayed.
Example: Code: pagedLOD->AddChild(modelL1,100.0f,FLT_MAX); pagedLOD->AddChild(modelL2,0.0f,100.0f); Whenever the node "modelL2" is displayed I would like to have a callback in which I can decide whether I would like to create children of modelL2. Finally, this comes down to building dynamically a quadtree using PagedLODs. Any ideas? Thank you! Hartwig ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=52930#52930 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

