mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Export: darker background to see grid lines
This commit is contained in:
@@ -627,7 +627,7 @@ void ExportCloudsDialog::viewClouds(
|
|||||||
viewer->setBackfaceCulling(true, false);
|
viewer->setBackfaceCulling(true, false);
|
||||||
}
|
}
|
||||||
viewer->setLighting(true);
|
viewer->setLighting(true);
|
||||||
viewer->setBackgroundColor(Qt::darkGray);
|
viewer->setDefaultBackgroundColor(QColor(40, 40, 40, 255));
|
||||||
|
|
||||||
QVBoxLayout *layout = new QVBoxLayout();
|
QVBoxLayout *layout = new QVBoxLayout();
|
||||||
layout->addWidget(viewer);
|
layout->addWidget(viewer);
|
||||||
|
|||||||
Reference in New Issue
Block a user