Hi,

The problem is I get back a null pointer for options after using this: 

osgDB::ReaderWriter::Options* options 
=osgDB::Registry::instance()->getOptions();

I am guessing the options string I want is specific to the obj plugin, so do I 
need to tell the registry I am using that plugin? To load the obj all I am 
doing is this:

Node*node = osgDB::readNodeFile("myobject.obj");

I can load the object fine but its at the wrong orientation, and I want to fix 
that just like the original post.

Thank you!

Cheers,
Robert

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





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

Reply via email to