diff --git a/src/osgPlugins/p3d/ReaderWriterP3D.cpp b/src/osgPlugins/p3d/ReaderWriterP3D.cpp index 3fb1529ec..20b4cdf68 100644 --- a/src/osgPlugins/p3d/ReaderWriterP3D.cpp +++ b/src/osgPlugins/p3d/ReaderWriterP3D.cpp @@ -94,7 +94,7 @@ public: _stringKeyMap["F12"]=osgGA::GUIEventAdapter::KEY_F12; - _notifyLevel = osg::NOTICE; + _notifyLevel = osg::INFO; } virtual const char* className() const @@ -1444,7 +1444,7 @@ class OSGDB_EXPORT MyReadFileCallback : public virtual osgDB::ReadFileCallback osgDB::ReaderWriter::ReadResult readLocal(ObjectType type, const std::string& filename, const osgDB::Options* options) { - osg::notify(osg::NOTICE)<<"Trying local file "<getFileCache(); if (!fileCache) return osgDB::ReaderWriter::ReadResult::FILE_NOT_FOUND; - osg::notify(osg::NOTICE)<<"Trying fileCache "<isFileAppropriateForFileCache(filename)) @@ -1511,7 +1511,7 @@ class OSGDB_EXPORT MyReadFileCallback : public virtual osgDB::ReadFileCallback osgDB::ReaderWriter::ReadResult readServer(ObjectType type, const std::string& filename, const osgDB::Options* options) { - osg::notify(osg::NOTICE)<<"Trying server file "<getReaderWriterForExtension("curl"); @@ -1608,7 +1608,7 @@ class OSGDB_EXPORT MyReadFileCallback : public virtual osgDB::ReadFileCallback if (!fileCache) fileCache = osgDB::Registry::instance()->getFileCache(); if (fileCache && !fileCache->isFileAppropriateForFileCache(filename)) fileCache = 0; - osg::notify(osg::NOTICE)<<"reading file "< local_opt = options ? static_cast(options->clone(osg::CopyOp::SHALLOW_COPY)) : new Options; @@ -98,7 +98,7 @@ osgDB::ReaderWriter::ReadResult ReaderWriterPaths::readObject(const std::string& osgDB::ReaderWriter::ReadResult ReaderWriterPaths::readObject(std::istream& fin, const osgDB::Options* options) const { - osg::notify(osg::NOTICE)<<"ReaderWriterPaths::readObject(std::istream& fin"<getBound().center(), osg::Vec3(positionData.rotation[1],positionData.rotation[2],positionData.rotation[3]), osg::DegreesToRadians(positionData.rotation[0]))); - + animation_transform->addChild(subgraph); - - osg::notify(osg::NOTICE)<<"Rotation Matrix "<getMatrix()<getMatrix()<getBound().center(); - + osg::AnimationPath* path = animation->getAnimationPath(); if (positionData.animation_name=="wheel" && (path->getTimeControlPointMap()).size()>=2) {