X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fmodel%2FSGMaterialAnimation.hxx;h=54d1b15b3120909e001ccfc450740a3ab3cd2592;hb=5a96b283f63cfacd3a3a90a82246defb038242d3;hp=ada24557a5aa1ba5ec6fb7b0deb3bc0497ff4fc6;hpb=94be52886e1c9211219677094468679d3ae70d25;p=simgear.git diff --git a/simgear/scene/model/SGMaterialAnimation.hxx b/simgear/scene/model/SGMaterialAnimation.hxx index ada24557..54d1b15b 100644 --- a/simgear/scene/model/SGMaterialAnimation.hxx +++ b/simgear/scene/model/SGMaterialAnimation.hxx @@ -23,9 +23,10 @@ class SGMaterialAnimation : public SGAnimation { public: SGMaterialAnimation(const SGPropertyNode* configNode, SGPropertyNode* modelRoot, - const osgDB::ReaderWriter::Options* options); + const osgDB::Options* options); virtual osg::Group* createAnimationGroup(osg::Group& parent); virtual void install(osg::Node& node); + static SGPropertyNode_ptr makeEffectProperties(const SGPropertyNode* animProp); private: osg::ref_ptr defaultMaterial; osg::Vec4 defaultAmbientDiffuse;