Hi,

I have a .obj file which describes a car. I load this .obj with 
osgDB::readNodeFile("myFile.obj"), do some operations and finally write the 
root node with osgDB::writeNodeFile("output.flt").

Now I noticed that the .obj Y and Z coordinates are swapped in the .flt file. 
Is there a way to prevent this swapping? Where does this swapping occur? During 
loading or saving?

Another question: Both readNodeFile() and writeNodeFile() have an optional 
options argument. Is there a documentation which options are available for .obj 
and .flt reader/writer?

Thank you!

Cheers,
Martin

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=42762#42762





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to