On 8/18/07, Nick Prudent <[EMAIL PROTECTED]> wrote: > Robert, > > Thanks for the update. No matter how it's implemented internally, there is > still a need for my clients to not have to hack a command line or a text/xml > file. They are not programmers (they don't even use Windows's > CommandPrompt). When VPB is up and running, I'll just update the back-end to > reflect that. > > XML is great way to save parameters in a cross-platform fashion.
XML is O.K for saving parameters, but I would say its rather a stretch to say its a great way... The ascii example I provided will be a lot more human readable than any XML format. Writing serialization code in .osg format is not too difficult write, and in the case of future VPB work you won't actually need to write anything to do the serialization and the loading and saving will all be done for you via the src/osgPlugins/osgTerrain plugin. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

