Re: [osg-users] OpenFlight Continuation Record support

2007-12-12 Thread Paul Martz
Hi Brede -- Tested this morning and Continuation record support works well in current SVN. Thanks for your help with this. -Paul Hi Paul, I have added support for the continuation record to the OpenFlight reader. The implementation now reads the record to memory with one read

Re: [osg-users] OpenFlight Continuation Record support

2007-12-11 Thread Robert Osfield
Thanks Brede, addition now merged and submitted to SVN. On Dec 10, 2007 10:10 PM, Brede Johansen [EMAIL PROTECTED] wrote: Hi Paul, I have added support for the continuation record to the OpenFlight reader. The implementation now reads the record to memory with one read operation and creates

Re: [osg-users] OpenFlight Continuation Record support

2007-12-11 Thread Brede Johansen
Hi Robert, addition now merged and submitted to SVN. What better way to get it tested ;-) Brede On Dec 11, 2007 5:17 PM, Robert Osfield [EMAIL PROTECTED] wrote: Thanks Brede, addition now merged and submitted to SVN. On Dec 10, 2007 10:10 PM, Brede Johansen [EMAIL PROTECTED] wrote: Hi

Re: [osg-users] OpenFlight Continuation Record support

2007-12-07 Thread Brede Johansen
Hi Paul, The continuation record is one of the things in the OpenFlight specification that adds a bit of grey to your hair color. I didn't have the need for this record at the time so I left it out together with a lot of other records. That said I did some thinking on how to support it. The

Re: [osg-users] OpenFlight Continuation Record support

2007-12-06 Thread Philip Taylor
Continuation records are great when writing out FLT files but a * when reading them back in - I had to abandon upgrading some proprietary FLT reader code because it required a complete rewrite of the FLT file decoder just to support this one new record type. The FLT file record structure