Added ability to replace callback objects via lua scripts to allow one to override callbacks.
Added fallback for osgGA::Widget::Extents.
This commit is contained in:
@@ -105,6 +105,7 @@ class LuaScriptEngine : public osg::ScriptEngine
|
||||
|
||||
int pushPropertyToStack(osg::Object* object, const std::string& propertyName) const;
|
||||
int setPropertyFromStack(osg::Object* object, const std::string& propertyName) const;
|
||||
int setPropertyFromStack(osg::Object* object, const std::string& propertyName, osgDB::BaseSerializer::Type type) const;
|
||||
|
||||
bool loadScript(osg::Script* script);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user