We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641edcb commit 90d9ae1Copy full SHA for 90d9ae1
src/plugins/globe/globe_plugin.cpp
@@ -298,6 +298,7 @@ void GlobePlugin::setupMap()
298
//LoadingPolicy loadingPolicy( LoadingPolicy::MODE_SEQUENTIAL );
299
TerrainOptions terrainOptions;
300
//terrainOptions.loadingPolicy() = loadingPolicy;
301
+ terrainOptions.compositingTechnique() = TerrainOptions::COMPOSITING_MULTITEXTURE_FFP;
302
nodeOptions.setTerrainOptions( terrainOptions );
303
304
// The MapNode will render the Map object in the scene graph.
0 commit comments