Added mechanism for registering proxy objects in the .osg plugin in a way that is compatible with static linking.
This commit is contained in:
@@ -16,7 +16,7 @@ bool PointSprite_readLocalData(Object& obj, Input& fr);
|
||||
bool PointSprite_writeLocalData(const Object& obj, Output& fw);
|
||||
|
||||
// register the read and write functions with the osgDB::Registry.
|
||||
RegisterDotOsgWrapperProxy g_PointSpriteProxy
|
||||
REGISTER_DOTOSGWRAPPER(PointSprite)
|
||||
(
|
||||
new osg::PointSprite,
|
||||
"PointSprite",
|
||||
|
||||
Reference in New Issue
Block a user