Hi Yefei, On 1/25/07, Yefei He <[EMAIL PROTECTED]> wrote:
I'm quite sure the files are loaded. The debug printouts confirmed it. It's just they don't show up, as if they are not in the scene data. I load all my objects during run time, meaning for each sceneview I create, I call setSceneData(root) where root is a group node with no children at the moment, and only later are objects added to the root. I do have another sceneview for transparent overlay which is assigned an overlay root node that has all overlay objects under it from the beginning, and everything in the overlay do show up. That's why I suspect something like dirty display list or similar commands that tell the sceneview to recheck what's in its scene data may be needed. Although, the older version of OSG works just fine.
There is nothing is recent changes that affect display lists. Is it just your app that is affected? Does osgproducerviewer load and display models ok? If the later could you write out to saved_model.osg using the 'o' key, and make sure that things have loaded ok. I don't know what to recommend look at, very little has changed that should affect osgProducer, other than to help it. Has anyone else seen problems with osgProducer based apps? Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
