Robert, >> The osgDB::Archive is design for use with files, you could possibly >> create support for istreams as input to it, but it needs to be control >> the read position so it might get rather convoluted. You are out on >> your own though, its too complicated an issue for me to coax you >> through an implementation when I'm not even sure how you'd tackle it >> myself.
Archive support is not so important for me in a first time. I will just ignore it in a first approach, then when I will have integrated cache support I will try to load archive from the local cached archive file. Thanks for your time (... and for Osg which is a really great software). Frédéric. _________________________________________________________________ Frédéric Trastour - GEOIMAGE - [EMAIL PROTECTED] ----- Original Message ----- From: "Robert Osfield" <[EMAIL PROTECTED]> To: "osg users" <[email protected]> Sent: Wednesday, June 14, 2006 5:56 PM Subject: Re: [osg-users] net driver and archive On 6/14/06, Frédéric Trastour <[EMAIL PROTECTED]> wrote: > The openArchive works but the readNode failed. > The _status member is undefined (it should be READ). > Is it possible to make it works from the stream ? > The osgDB::Archive is design for use with files, you could possibly create support for istreams as input to it, but it needs to be control the read position so it might get rather convoluted. You are out on your own though, its too complicated an issue for me to coax you through an implementation when I'm not even sure how you'd tackle it myself. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
