From c162a091fe27eeeedbc61ac259e0e7b0840bc3f5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 24 Oct 2017 12:07:13 +0100 Subject: [PATCH] Quitened down debug info --- src/osgText/Glyph.cpp | 2 +- src/osgText/Text.cpp | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/osgText/Glyph.cpp b/src/osgText/Glyph.cpp index d190402de..09c166cf6 100644 --- a/src/osgText/Glyph.cpp +++ b/src/osgText/Glyph.cpp @@ -411,7 +411,7 @@ osg::Image* GlyphTexture::createImage() { if (!_image) { - OSG_NOTICE<<"GlyphTexture::createImage() : Creating image 0x"< stateset = new osg::StateSet; @@ -201,14 +201,14 @@ osg::StateSet* Text::createStateSet() stateset->setMode(GL_BLEND, osg::StateAttribute::ON); - OSG_NOTICE<<"Text::createStateSet() ShaderTechnique="<<_shaderTechnique<setTextureMode(0, GL_TEXTURE_2D, osg::StateAttribute::ON); return stateset.release(); @@ -222,14 +222,14 @@ osg::StateSet* Text::createStateSet() stateset->setAttributeAndModes(program.get()); { - OSG_NOTICE<<"Using shaders/text.vert"<addShader(osgDB::readRefShaderFileWithFallback(osg::Shader::VERTEX, "shaders/text.vert", text_vert)); } { - OSG_NOTICE<<"Using shaders/text.frag"<addShader(osgDB::readRefShaderFileWithFallback(osg::Shader::FRAGMENT, "shaders/text.frag", text_frag));