19 #ifndef OSGEARTH_DRIVER_FEATURE_CUSTOM_MODEL_OPTIONS
20 #define OSGEARTH_DRIVER_FEATURE_CUSTOM_MODEL_OPTIONS 1
23 #include <osgEarth/Common>
24 #include <osgEarthFeatures/FeatureModelSource>
28 namespace osgEarth {
namespace Drivers
30 using namespace osgEarth;
31 using namespace osgEarth::Features;
44 setDriver(
"feature_custom" );
50 Config conf = FeatureModelSourceOptions::getConfig();
54 Config compilerConfig = _compilerOptions.getConfig();
55 conf.merge( compilerConfig );
62 FeatureModelSourceOptions::mergeConfig( conf );
63 _compilerOptions.mergeConfig( conf );
69 _compilerOptions.mergeConfig(conf);
77 #endif // OSGEARTH_DRIVER_FEATURE_GEOM_MODEL_OPTIONS