I'm using osgDB::FieldReaderIterator (the parent class to osgDB::Input,
which you may have used in a plugin if you've developed one) to parse
some "style" (kinda' like CSS) data for osgWidget. The API is pretty
straightforward, and there are lots of examples of it's usage throughout
OSG, but what I can't seem to find is a way to ask the FRI to "advance
the remainder of the line."

Is there a way to accomplish this using this class? I'd do it myself,
but the osgDB::Field object seems to handle this internally.

Would this be a candidate for patch/submission, or am I using the API
wrong? The only reason it's important to me is because I'd like to
provide some parsing failure information to the user, but as far as I
can tell the API seems to be designed to just silently ignore such
things (and indeed, this is working perfectly for me. :))

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to