Skip to content

Commit 90d9ae1

Browse files
committedJul 5, 2011
Default compositor multitexture_ffp
1 parent 641edcb commit 90d9ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/globe/globe_plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ void GlobePlugin::setupMap()
298298
//LoadingPolicy loadingPolicy( LoadingPolicy::MODE_SEQUENTIAL );
299299
TerrainOptions terrainOptions;
300300
//terrainOptions.loadingPolicy() = loadingPolicy;
301+
terrainOptions.compositingTechnique() = TerrainOptions::COMPOSITING_MULTITEXTURE_FFP;
301302
nodeOptions.setTerrainOptions( terrainOptions );
302303

303304
// The MapNode will render the Map object in the scene graph.

0 commit comments

Comments
 (0)
Please sign in to comment.