diff --git a/src/osgPlugins/p3d/ReaderWriterP3D.cpp b/src/osgPlugins/p3d/ReaderWriterP3D.cpp index f62d3a24c..b75385299 100644 --- a/src/osgPlugins/p3d/ReaderWriterP3D.cpp +++ b/src/osgPlugins/p3d/ReaderWriterP3D.cpp @@ -1353,6 +1353,14 @@ osg::TransferFunction1D* ReaderWriterP3DXML::readTransferFunctionFile(const std: void ReaderWriterP3DXML::parseVolume(osgPresentation::SlideShowConstructor& constructor, osgDB::XmlNode* cur) const { + for(osgDB::XmlNode::Children::iterator itr = cur->children.begin(); + itr != cur->children.end(); + ++itr) + { + osgDB::XmlNode* child = itr->get(); + OSG_NOTICE<<"parseVolume has child "<contents<