Removed the glyph image outline support as it's no longer required.

This commit is contained in:
Robert Osfield
2017-10-13 13:01:57 +01:00
parent 8b12d2d71a
commit 24bec09b9e
3 changed files with 4 additions and 82 deletions

View File

@@ -103,7 +103,6 @@ struct TextSettings
}
if (arguments.read("--GREYSCALE")) { glyphTextureFeatures = osgText::GlyphTexture::GREYSCALE; }
if (arguments.read("--OUTLINE_GREYSCALE")) { glyphTextureFeatures = osgText::GlyphTexture::OUTLINE_GREYSCALE; }
if (arguments.read("--SIGNED_DISTANCE_FIELD")) { glyphTextureFeatures = osgText::GlyphTexture::SIGNED_DISTANCE_FIELD; }
if (arguments.read("--ALL_FEATURES")) { glyphTextureFeatures = osgText::GlyphTexture::ALL_FEATURES; }