[osg-users] How to work with zip archives?

Robert Osfield robert.osfield at gmail.com
Sun Nov 19 01:27:40 PST 2017


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 <kornerr at gmail.com> 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
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


More information about the osg-users mailing list