mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Export: Added blending option, gain compensation performance increased when exporting with textures
This commit is contained in:
@@ -317,7 +317,7 @@ void CloudViewer::createMenu()
|
||||
_aSetLighting->setChecked(false);
|
||||
_aSetFlatShading = new QAction("Flat Shading", this);
|
||||
_aSetFlatShading->setCheckable(true);
|
||||
_aSetFlatShading->setChecked(true);
|
||||
_aSetFlatShading->setChecked(false);
|
||||
_aSetEdgeVisibility = new QAction("Show edges", this);
|
||||
_aSetEdgeVisibility->setCheckable(true);
|
||||
_aSetEdgeVisibility->setChecked(false);
|
||||
|
||||
Reference in New Issue
Block a user