From af7e47a79b7c562004ecb9d23018b31aa5fa9f16 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 14 May 2009 13:10:18 +0000 Subject: [PATCH] Changed debug message to INFO notication level --- src/osgPlugins/p3d/ReaderWriterP3D.cpp | 10 +++++----- src/osgPlugins/p3d/ReaderWriterPaths.cpp | 10 ++++------ src/osgPlugins/p3d/SlideShowConstructor.cpp | 18 ++++++++---------- 3 files changed, 17 insertions(+), 21 deletions(-) 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) {