Missing checkin
This commit is contained in:
parent
a364f933e4
commit
dbd4bdcd89
@ -45,6 +45,7 @@ public:
|
||||
|
||||
/** get the attached a STATESTATE.*/
|
||||
virtual const osg::StateSet * getStateSet() const;
|
||||
|
||||
|
||||
/** Handle events, return true if handled, false otherwise.*/
|
||||
virtual bool handle(const GUIEventAdapter& ea,GUIActionAdapter& us);
|
||||
@ -86,6 +87,8 @@ protected:
|
||||
|
||||
virtual ~StateSetManipulator();
|
||||
|
||||
void clone();
|
||||
|
||||
osg::ref_ptr<osg::StateSet> _stateset;
|
||||
|
||||
bool _initialized;
|
||||
|
Loading…
Reference in New Issue
Block a user