diff --git a/src/osgPlugins/dae/daeReader.h b/src/osgPlugins/dae/daeReader.h index 14930f662..a9c8169a7 100644 --- a/src/osgPlugins/dae/daeReader.h +++ b/src/osgPlugins/dae/daeReader.h @@ -157,6 +157,7 @@ public: int precisionHint; ///< Precision hint flags, as specified in osgDB::Options::PrecisionHint bool usePredefinedTextureUnits; TessellateMode tessellateMode; + osg::ref_ptr options; }; daeReader(DAE *dae_, const Options * pluginOptions);