Re: [osg-users] Problem Loading .FLT

2010-10-05 Thread Matt Caron
It turns out the model was just incredibly large and it took some 20 minutes to load on my machine - thats why I figured the "unknown record" line was an error. Thanks. -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=32415#32415 __

Re: [osg-users] Problem Loading .FLT

2010-10-05 Thread Gordon Tomlinson
Matt Caron Sent: Tuesday, October 05, 2010 5:57 PM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Problem Loading .FLT Hi, I've got an .FLT file that I need to load into OSG. I am loading it with the following code: Code: osg::Node* pLoadedModel = osgDB::readNodeFile(&qu

Re: [osg-users] Problem Loading .FLT

2010-10-05 Thread Gordon Tomlinson
] Problem Loading .FLT Hi, I've got an .FLT file that I need to load into OSG. I am loading it with the following code: Code: osg::Node* pLoadedModel = osgDB::readNodeFile("[mypath]/campus08-19.flt"); However when I compile and run the program I get the following error: "Unkno

Re: [osg-users] Problem Loading .FLT

2010-10-05 Thread Tueller, Shayne R Civ USAF AFMC 519 SMXS/MXDEC
egraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Matt Caron Sent: Tuesday, October 05, 2010 10:57 AM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Problem Loading .FLT Hi, I've got an .FLT file that I need to load into OSG. I am loading it with the followi

[osg-users] Problem Loading .FLT

2010-10-05 Thread Matt Caron
Hi, I've got an .FLT file that I need to load into OSG. I am loading it with the following code: Code: osg::Node* pLoadedModel = osgDB::readNodeFile("[mypath]/campus08-19.flt"); However when I compile and run the program I get the following error: "Unknown record, opcode=91 size=88" I h