Hi, I need to readNodeFile from a fbx file format.
Code: osg::Node* model = osgDB::readNodeFile( "manimation.fbx" ) osg::ref_ptr<osg::Group> root = new osg::Group root->addChild(model) osgViewer::Viewer viewer viewer.setSceneData( root.get() ) viewer.run() when executing, i have this warning > Warning: Could not find plugin to read objects from file "manimation.fbx" I am newbie so any help is a welcome :) Thank you ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=35025#35025 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

