Hi

as far as i understand, the osg databasepager runs in a different thread to 
load data from disk

i´m starting to use kdtree´s in our project and as far as i know it´s as easy 
as writing this

osgDB::Registry::instance()->setBuildKdTreesHint(osgDB::ReaderWriter::Options::BUILD_KDTREES);

Although the intersection solver speed has increased a lot, the pagelod data 
loading is now slower and we get some framedrops when loading huge amount of 
data

Is the kdtree being built in the same thread as the databasepager or is it 
built in the "main osg thread" during some traversal???

thanks



_________________________________________________________________
¡Este Otoño reta a tus amigos con el nuevo juego de preguntas LiveQuiz!
http://www.vivelive.com/LiveQuiz/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to