Hi,

there seems to be an error using proxyNodes. If you setup a proxyNode
using multiple filenames, not all files may get paged in correctly.

This is related to the sequence the databasepager loads nodes, which may
vary if you load nodes using curl. There is no association between the
filename and the node which gets paged in, so the proxyNode, request may
request nodes twice.

 

Possible solution:

Let ProxyNode::traverse only request one Node at a time. If the file is
not found however, the follow up filenames will never be requested.

 

Regards,

Richard

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

Reply via email to