Addd libraryName() method to osg::Object in preperation for the osgDB support
for node kits plugins.
This commit is contained in:
@@ -23,7 +23,7 @@ class SG_EXPORT FrontFace : public StateAttribute
|
||||
StateAttribute(ff,copyop),
|
||||
_mode(ff._mode) {}
|
||||
|
||||
META_StateAttribute(FrontFace, FRONTFACE);
|
||||
META_StateAttribute(osg, FrontFace, FRONTFACE);
|
||||
|
||||
/** return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs.*/
|
||||
virtual int compare(const StateAttribute& sa) const
|
||||
|
||||
Reference in New Issue
Block a user