Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-27 Thread Jason Daly
Gordon Tomlinson wrote: Its more hey did you update the specs docs ? , err no did you ? Don't worry someone will do it err I think .. :-) Spec errors I can understand, but how exactly do you accidentally write code that squeezes a double value in between the bytes of another double,

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-27 Thread Brede Johansen
Spec errors I can understand, but how exactly do you accidentally write code that squeezes a double value in between the bytes of another double, and manage to pass QA?! Or use little endian for one record. // Correct endian error in Creator v2.5 gallery models. // Last pop level

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-27 Thread Chris 'Xenon' Hanson
Jason Daly wrote: Spec errors I can understand, but how exactly do you accidentally write code that squeezes a double value in between the bytes of another double, and manage to pass QA?! QA? If it can read its own output, it must be good. --J -- Chris 'Xenon' Hanson, omo sanza

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-24 Thread Jason Daly
Scott Johnson wrote: I am testing my company's own OpenFlight implementation and came across some corrupt data reading in Dof nodes. Google found that the OSG OpenFlight plugin is compensating for the same corrupt data so that was useful to me and validated what coworkers were telling me

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-24 Thread Scott Johnson
Yes, it is strange! Why couldn't they just read in four doubles like the spec says?!? Of course that is what I had to start but it didn't work. A coworker has warned me that the spec cannot be relied on to implement OpenFlight and this is showing me that he is right. To make the test, I put

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-24 Thread Scott Johnson
Sorry, I don't know if it is known problem with Creator. I'll look into that. Scott -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=15433#15433 ___ osg-users mailing list

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-24 Thread Chris 'Xenon' Hanson
Scott Johnson wrote: Yes, it is strange! Why couldn't they just read in four doubles like the spec says?!? Of course that is what I had to start but it didn't work. A coworker has warned me that the spec cannot be relied on to implement OpenFlight and this is showing me that he is right.

Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly

2009-07-24 Thread Gordon Tomlinson
:39 PM To: osg-users@lists.openscenegraph.org Subject: Re: [osg-users] [osgPlugins] OpenFlight DOF node does not read correctly Scott Johnson wrote: Yes, it is strange! Why couldn't they just read in four doubles like the spec says?!? Of course that is what I had to start but it didn't work