Added className() method to GlyphTexture for debugging purposes.

This commit is contained in:
Robert Osfield
2004-01-27 14:47:41 +00:00
parent 6700faccf4
commit 6f61b34590

View File

@@ -183,6 +183,8 @@ public:
public:
GlyphTexture();
const char* className() const { return "GlyphTexture"; }
/** return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.*/
virtual int compare(const osg::StateAttribute& rhs) const;