OpenSceneGraph/src/osgText
Robert Osfield 31a947fda6 From Terry Welsh, "Okay, here are the mods I wrote for drawing a filled bounding box
behind osgText::Text.  I made it so the box would get drawn using
whichever BackdropImplementation was selected.  However, I did not
implement STENCIL_BUFFER.  In that case it defaults to drawing the
bounding box using POLYGON_OFFSET instead.

Also made it so the BOUNDINGBOX and FILLEDBOUNDINGBOX are drawn with a
settable color and margin size.

While I was at it I tightened up the values applied with DEPTH_RANGE
and POLYGON_OFFSET, not just for drawing the bounding box but also for
drawing backdrop text (these values must be coupled since the bounding
box has to be drawn deeper in Z than the backdrop text).  The values
in use before seemed like overkill and I was seeing some z-clipping
with my background scenery in the case of DEPTH_RANGE.  If there was a
good reason for the large values please let me know...."
2009-07-24 14:59:51 +00:00
..
CMakeLists.txt From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
DefaultFont.cpp From Sid Byce, fixes for compiling with gcc 4.3 2007-12-24 15:19:52 +00:00
DefaultFont.h Convert osgText and freetype plugin across to keeping the font size as state that 2007-12-23 18:15:54 +00:00
FadeText.cpp Set the DataVariance on FadeText to DYNAMIC to reflect their nature 2008-07-03 10:03:06 +00:00
Font3D.cpp From David Callu, "Problem: 2009-03-10 10:56:00 +00:00
Font.cpp Warning fixes 2008-12-17 11:00:16 +00:00
String.cpp Warnings fixes for VS. 2009-02-02 20:35:19 +00:00
Text3D.cpp From David Callu, "Problem: 2009-03-10 10:56:00 +00:00
Text.cpp From Terry Welsh, "Okay, here are the mods I wrote for drawing a filled bounding box 2009-07-24 14:59:51 +00:00
TextBase.cpp From Terry Welsh, "Okay, here are the mods I wrote for drawing a filled bounding box 2009-07-24 14:59:51 +00:00
Version.cpp Unified the setup of version numbers so that they all are based on the version 2007-04-22 20:19:43 +00:00