mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user