Hi Loic, to work with the textures of your model, 'osgconv' is probably the good tool:
osgconv -O OutputTextureFiles file.ive file.osg To know more about one format you can use this command: 'osgconv --format FILE_EXTENSION' and 'osgconv --formats' to see the full list of avalaible formats... You should also have look at these discussions in the forum or in the archive of the mailing-list: http://forum.openscenegraph.org/viewtopic.php?p=18377#18377 [osg-users] texture to file [osg-users] Extract an embedded texture from an .ive Chears, Pierre. 2010/6/1 Loic Cayou <[email protected]> > Hi, > > I have some question about texture into OSG. > I would like to save the 3D model by serialization. All it works except the > texture. Indeed, I don't know how get and export texture and after import in > order to loading my model. > > And if it's impossible, I just want the name and the path of the texture > and then I will save it manually. But I can't find this information into the > structure of OSG (node, geode, image?). > The last question is: can I give the texture to my model manually? > > > > Thank you in advance, and sorry for my poor english :-* > > Cheers, > Loic > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=28396#28396 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pierre BOURDIN I.M.E.R.I.R. Av. Pascot BP 90443 66004 PERPIGNAN tél: 04 68 56 84 95 fax: 04 68 55 03 86 email: [email protected] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

