Hi Michael, It's probably a decade or more since I did anything with osgDB::Archive and associated plugins so I'm pretty rusty. Have a look at the osgarchive application in OpeScneneGraph/applications/osgarchive. It should be case of doing a osgDB::openArcive(..) then doing readNodeFile() etc on the archive.
The zip plugin does have osgDB::Archive support built into it, but I haven't tested it for a long time, let me know how you get on, Robert. On 18 November 2017 at 12:57, michael kapelko <[email protected]> wrote: > Hi. > Can anyone provide example on how to work with zip archives? I see > there is a zip plugin but I can't find any example with it. > > I want to read my zips from memory because I do not read them from > disk, I have them built into the application. > > Any clues? > Thanks. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

