Hi all,
    I notice that osg::ReaderWriter includes a series of interface like 
readNode(std::istream& ,const Options*) which read data from stream buffer and 
has no file name passed in.  There is a problem here when reading the file with 
a name like aa.ive.gz.curl.
The curl plugin read file data into a stream buffer, and then call plugin gz 
across the interface shown above which not realized in gz to read it further, 
so it failed!
The interface CAN'T be realized in gz for lack of a file name which is needed 
in gz to determini which  pluin to use in the followed step.

regards,
ren
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to