Hi,

 

So I was looking at:

 

http://www.openscenegraph.org/index.php?page=UserGuides.Plugins

 

Specifically:

 

a)    osg::ref_ptr<Node> node = osgDB::readNodeFile("cow.osg"); 

and

b)    osg::ref_ptr<Image> image = osgDB::readImageFile("lz.rgb"); 

 

 

I would like to load an image file (.bmp), which I believe I can do with a),
but than I need to save it as a node.

 

Is this possible?

 

Thanks!

 

-Bryan

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

Reply via email to