Moved glyph quad setup into dedicated method

This commit is contained in:
Robert Osfield
2017-02-24 17:08:48 +00:00
parent cefecaec10
commit a84a6bd309
2 changed files with 42 additions and 40 deletions

View File

@@ -364,6 +364,7 @@ public:
return _textureGlyphQuadMap;
}
void addGlyphQuad(Glyph* glyph, const osg::Vec2& minc, const osg::Vec2& maxc, const osg::Vec2& mintc, const osg::Vec2& maxtc);
protected: