Hi Robert, It seems that osgWrappers/serializers/osgParticle folder is missed. Did you still do some reviews or just forget it? :)
As you suggested, I've finished a tentative version of ProxyNode and PagedLOD wrappers using individual children reading functions. And both of them assume that addChild() should be executed before setFileName(), that is, children loaded from external files would always be placed behind the "solid" ones. I believe this is the right order to add to proxy nodes and paged LODs. A different constructing way may cause unexpected behaviors, for instance, dynamic loaded children may overlap static ones. I also attached the osgText wrappers, which were much easier to work out than expected. Maybe it's time to write down what we've done in the past few weeks, as well as a tutorial to contribute to and make use of the new ascii/binary format, and later announce it to the community, call for public tests and listen to advices all over the world. :) Wang Rui 2010/1/28 Robert Osfield <[email protected]>: > Thanks Wang Rui, I've merged and checked in all the changes except the > ones of PagedLOD and ProxyNode. For these we'll need to discuss how > to implement them so that they only write out the children that aren't > read in from an external file. I presume this will mean implementing > a loop to do the reading of the children separately from the Group > implementation. > > Robert. >
osgdb_serializers.tar.gz
Description: GNU Zip compressed data
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
