Hi,
By default i loaded an osg object and its displayed perfectly inside my tab
view of mfc window.
Consider Im adding a new node dynamically created after clicking a button in
the MFC toolbar . And i attach the child node to the root node,which i already
displayed using code:
while(mViewer!=done){
mViewer.run();
}
After that , im adding root node for display and started to view using the
same function having below code.
while(mViewer!=done){
mViewer.run();
}
Code has compiled perfectly. While running, The object loaded perfectly and
while clicking button application stops abruptly throwing runtime error.
Can somebody help me in sorting out this?
How to refresh/update the screen ,so that my newly added child should be
displayed without any problem?
Thank you!
Cheers,
Selvakumar
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=52856#52856
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org