mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-03 00:04:47 -04:00
testqgs3dexporter: Remove unused terrain_scene_export test
This test was never activated because the obj file was too big.
This commit is contained in:
parent
505701993e
commit
49f44ea494
@ -260,9 +260,6 @@ void TestQgs3DExporter::test3DSceneExporterBig()
|
||||
// =========== check with 25 tiles ==> 70 exported objects
|
||||
do3DSceneExport( "big_scene_export", 5, 70, nbFeat, nbFaces, scene, mLayerBuildings, &engine );
|
||||
|
||||
// =========== check with 25 tiles + terrain ==> 70+1 exported objects
|
||||
do3DSceneExport( "terrain_scene_export", 5, 71, nbFeat, 119715, scene, mLayerBuildings, &engine, scene->terrainEntity() );
|
||||
|
||||
delete scene;
|
||||
mapSettings.setLayers( {} );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user