Re: [osg-users] osgDB::FieldReaderIterator

2008-05-08 Thread Robert Osfield
Hi Jeremy, I don't often get questions about osgDB::FieldReaderIterator :-) This particular help class is one I wrote 6 or 7 years ago in support of the .osg format, and haven't actually touched it at all since. If I were to rewrite it today it'd probably be quite different. But mostly it does

Re: [osg-users] osgDB::FieldReaderIterator

2008-05-08 Thread Jeremy Moles
On Thu, 2008-05-08 at 09:26 +0100, Robert Osfield wrote: Hi Jeremy, I don't often get questions about osgDB::FieldReaderIterator :-) This particular help class is one I wrote 6 or 7 years ago in support of the .osg format, and haven't actually touched it at all since. If I were to rewrite

[osg-users] osgDB::FieldReaderIterator

2008-05-07 Thread Jeremy Moles
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