Hi, may be this is a trivial question but I am not sure how to enable KdTrees and DatabasePager on a scene. I have my own file reader (not derived from OSG ReaderWriter class) and I create directly the geometries. May be I misunderstood but it seems the KdTree it is not built automatically even if I call
osgDB::Registry::instance()>setBuildKdTreesHint(osgDB::Options::BUILD_KDTREES ) Do I need to use KdTreeBuilder explicitly or there is a way to build KdTree automatically? Is it built automatically using OSG I/O plugins? What about DatabasePager? Thank you in advance. Best regards Ale ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=69619#69619 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

