From 0f611144d7f29e37a5e65bae79156d5cf9d5d0fa Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 21 Jul 2014 09:35:00 +0000 Subject: [PATCH] Added debug messages git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14368 16af8721-9629-0410-8352-f15c8da7e697 --- src/osgUI/Style.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/osgUI/Style.cpp b/src/osgUI/Style.cpp index 83051910f..c8bd21a3d 100644 --- a/src/osgUI/Style.cpp +++ b/src/osgUI/Style.cpp @@ -59,7 +59,8 @@ Style::Style(const Style& style, const osg::CopyOp& copyop): osg::Node* Style::createPanel(const osg::BoundingBox& extents, const osg::Vec4& colour) { - OSG_NOTICE<<"Creating Panel"< geometry = new osg::Geometry; geometry->setName("Panel"); @@ -83,6 +84,8 @@ osg::Node* Style::createPanel(const osg::BoundingBox& extents, const osg::Vec4& osg::Node* Style::createDepthSetPanel(const osg::BoundingBox& extents) { + // OSG_NOTICE<<"createDepthSetPanel"< geometry = new osg::Geometry; geometry->setName("DepthSetPanel"); @@ -105,6 +108,8 @@ osg::Node* Style::createDepthSetPanel(const osg::BoundingBox& extents) osg::Node* Style::createFrame(const osg::BoundingBox& extents, const FrameSettings* frameSettings, const osg::Vec4& color) { + // OSG_NOTICE<<"createFrame"< geometry = new osg::Geometry; geometry->setName("Frame"); @@ -221,6 +226,8 @@ osg::Node* Style::createFrame(const osg::BoundingBox& extents, const FrameSettin osg::Node* Style::createText(const osg::BoundingBox& extents, const AlignmentSettings* as, const TextSettings* ts, const std::string& text) { + // OSG_NOTICE<<"createText"< textDrawable = new osgText::Text; textDrawable->setName("Text");