Hi,

I use PagedLODs and the database pager to load dynamically nodes. Here is the 
pseudo code:


Code:

pagedLOD->addChild(nodePtr,limit,std::numeric_limits<float>::max);
pagedLOD->setFileName(1,fileName);
pagedLOD->setRange(1,0.0,limit);




In case the pseudo-loader for fileName fails I would like to keep the child at 
position zero (here called nodePtr).

What is the best method to achieve this?

Thank you!

Cheers,
Hartwig

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=73014#73014





_______________________________________________
osg-submissions mailing list
osg-submissions@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to