From 5a3f2e287c78cf80ad7981f5f8db1b50b8bac713 Mon Sep 17 00:00:00 2001 From: flashk Date: Fri, 12 Oct 2018 13:23:23 -0700 Subject: [PATCH] Update daeReader.h --- src/osgPlugins/dae/daeReader.h | 1 + 1 file changed, 1 insertion(+) 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);