Tango: swipe down to show hud, added notification sound after saving or exporting, added polygon cluster filtering export option, action and status bars are transparent

This commit is contained in:
matlabbe
2017-07-24 20:24:16 -04:00
parent 62de6fcdae
commit 5855198b5f
10 changed files with 146 additions and 47 deletions

View File

@@ -2051,7 +2051,7 @@ bool RTABMapApp::exportMesh(
int optimizedMaxPolygons,
float optimizedColorRadius,
bool optimizedCleanWhitePolygons,
bool optimizedColorWhitePolygons, // not yet used
int optimizedMinClusterSize,
float optimizedMaxTextureDistance,
int optimizedMinTextureClusterSize,
bool blockRendering)
@@ -2341,7 +2341,7 @@ bool RTABMapApp::exportMesh(
optimizedColorRadius,
textureSize == 0,
optimizedCleanWhitePolygons,
0);
optimizedMinClusterSize);
if(textureSize>0)
{