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/
