osg学习(六十六)Unsupported wrapper class osg::Object

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了osg学习(六十六)Unsupported wrapper class osg::Object相关的知识,希望对你有一定的参考价值。

没有调用

osgWrappers/serializers/osg/Object.cpp
REGISTER_OBJECT_WRAPPER( Object,
                         new osg::DummyObject,
                         osg::Object,
                         "osg::Object" )

    ADD_STRING_SERIALIZER( Name, "" );  // _name

    BEGIN_ENUM_SERIALIZER( DataVariance, UNSPECIFIED );
        ADD_ENUM_VALUE( STATIC );
        ADD_ENUM_VALUE( DYNAMIC );
        ADD_ENUM_VALUE( UNSPECIFIED );
    END_ENUM_SERIALIZER();  // _dataVariance

    ADD_USER_SERIALIZER( UserData );  // _userData, deprecated
    
        UPDATE_TO_VERSION_SCOPED( 77 )
        REMOVE_SERIALIZER( UserData );
        ADD_OBJECT_SERIALIZER( UserDataContainer, osg::UserDataContainer, NULL );
    

缺少osgdb_serializers_osgd.dll,应该是被杀毒软件杀掉了。

以上是关于osg学习(六十六)Unsupported wrapper class osg::Object的主要内容,如果未能解决你的问题,请参考以下文章

osg学习(六十三)osg直接调用opengl例子

osg学习(六十)setTextureMode setTextureAttributeAndModes

osg学习(六十八)序列化插件加载过程

osg学习(六十九)平移旋转缩放实现过程

osg学习(六十五)图片到纹理

osg学习(六十七)InputIterator::checkStream() : _in->rdstate() 3, 2