Removed Drawable writing out of StateSet as this is now done by Node
This commit is contained in:
parent
248f377e9a
commit
9797b0f56c
@ -39,7 +39,13 @@ REGISTER_OBJECT_WRAPPER( Drawable,
|
|||||||
UPDATE_TO_VERSION_SCOPED( 154 )
|
UPDATE_TO_VERSION_SCOPED( 154 )
|
||||||
ADDED_ASSOCIATE("osg::Node")
|
ADDED_ASSOCIATE("osg::Node")
|
||||||
}
|
}
|
||||||
|
|
||||||
ADD_OBJECT_SERIALIZER( StateSet, osg::StateSet, NULL ); // _stateset
|
ADD_OBJECT_SERIALIZER( StateSet, osg::StateSet, NULL ); // _stateset
|
||||||
|
{
|
||||||
|
UPDATE_TO_VERSION_SCOPED( 156 )
|
||||||
|
REMOVE_SERIALIZER( StateSet ) // now provided by Node's serialization of StateSet
|
||||||
|
}
|
||||||
|
|
||||||
ADD_USER_SERIALIZER( InitialBound ); // _initialBound
|
ADD_USER_SERIALIZER( InitialBound ); // _initialBound
|
||||||
ADD_OBJECT_SERIALIZER( ComputeBoundingBoxCallback,
|
ADD_OBJECT_SERIALIZER( ComputeBoundingBoxCallback,
|
||||||
osg::Drawable::ComputeBoundingBoxCallback, NULL ); // _computeBoundCallback
|
osg::Drawable::ComputeBoundingBoxCallback, NULL ); // _computeBoundCallback
|
||||||
|
Loading…
Reference in New Issue
Block a user