Added mechanism for registering proxy objects in the .osg plugin in a way that is compatible with static linking.
This commit is contained in:
@@ -14,7 +14,7 @@ bool Object_writeLocalData(const Object& obj, Output& fw);
|
||||
|
||||
// register the read and write functions with the osgDB::Registry.
|
||||
// note, Object doesn't currently require any read and write.
|
||||
RegisterDotOsgWrapperProxy g_ObjectProxy
|
||||
REGISTER_DOTOSGWRAPPER(Object)
|
||||
(
|
||||
/*new osg::Object*/NULL,
|
||||
"Object",
|
||||
|
||||
Reference in New Issue
Block a user