Geoff wrote:
I am wondering how I can turn off the automatic Units to Meters
conversion that is taking place when I load my OpenFlight file into a
osg:::Node. My file is in Feet, which is what my program uses, and I
would like to use some of my old code that uses feet without having to
do the conversion myself.

Pass the option "noUnitsConversion" to the loader, and it should refrain from doing the conversion. Alternatively, you can pass "convertToFeet", and everything will be converted to feet instead of meters.

--"J"

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to