Hi everyone, I've been experimenting lately with procedurally generating a scene graph using a combination of PagedLOD filenames with arguments and a pseudo-loader. So far, I've just been passing integers into the pseudo-loader like the .scale and .translate plugins do. I'm attempting to pass in some double values now into the filename, but passing in something like cow.osg.3.3,1.2,3.2.scale causes the plugin system to try, and rightfully so, "cow.osg.3" instead of parsing the doubles.
I've thought about just doing a character replacement like cow.osg.3_3,1_2,3_2.scale and converting the underscore to a period in the loader, which seems simple enough, but I was wondering if anyone knew of a better way to do it. Thanks, Jason _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
