Hello, 
   when writing proxyNode to ive file, we forget "LoadingExternalReferenceMode 
".
   Add some code to fix this.
   
if (out->getVersion() >= VERSION_0044)
{
    out->writeInt(getLoadingExternalReferenceMode());
}
   
if (in->getVersion() >= VERSION_0044)
{
   setLoadExternalReferenceFiles( 
(osg::ProxyNode::LoadingExternalReferenceMode)in->readInt() );
}
    

Lilinx

Attachment: ProxyNode.cpp
Description: Binary data

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to