diff --git a/src/osgPlugins/ac/ac3d.cpp b/src/osgPlugins/ac/ac3d.cpp index bea9384a9..4bf6a1c0b 100644 --- a/src/osgPlugins/ac/ac3d.cpp +++ b/src/osgPlugins/ac/ac3d.cpp @@ -258,7 +258,8 @@ class MaterialData public: MaterialData() : mMaterial(new osg::Material), - mColorArray(new osg::Vec4Array(1)) + mColorArray(new osg::Vec4Array(1)), + mTranslucent(false) { mMaterial->setDataVariance(osg::Object::STATIC); mColorArray->setDataVariance(osg::Object::STATIC);