Hi,

I m using OSG2.2.
I created terrain database (virtual earth) consisting tiles (.ive files) for 
8 levels. It s fact that as and when the view is changed(zoom in/out) the 
corresponding tile will be loaded dynamically(paging). Here, 
First thing is that in my code I want to capture the name of the tile/file 
being currently loaded. I run the viewer like,

while(!viewer.done()){
viewer.frame();
}

secondly, if the corresponding tile is missing in search path, it throws 
warning message for the missed tile at console with tile name as well. I want 
to capture the same message in code. 
How could it be done??
If the osg::notify could do it, pls tell me the level of notification.
... 

Thank you!

Cheers,
Akilan

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





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

Reply via email to