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 LightSource : public Group
|
||||
_value(ls._value),
|
||||
_light(dynamic_cast<osg::Light*>(copyop(ls._light.get()))) {}
|
||||
|
||||
META_Node(LightSource);
|
||||
META_Node(osg, LightSource);
|
||||
|
||||
/** Set the attached light.*/
|
||||
void setLight(Light* light);
|
||||
|
||||
Reference in New Issue
Block a user