Hi You cannot use osg zip plugin to read arbitrary zip file... Nevertheless osgDB serializer have several interfaces (Image,Object,Node,Archive,HeightField) that can be implemented in a plugin to read/write these osg types. So one could create its own class heriting one of the interfaces and/or develop its own plugin in order to read from a zip.
Hope it helps kornerr 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 > > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > ------------------ > Post generated by Mail2Forum ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72410#72410 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

