Set default background color of contour maps to off-white

This commit is contained in:
Jacob Støren
2018-10-31 09:39:27 +01:00
parent a1705c5e39
commit 6374708520
3 changed files with 12 additions and 1 deletions

View File

@@ -755,6 +755,14 @@ void Rim3dView::createHighlightAndGridBoxDisplayModel()
m_viewer->showGridBox(m_showGridBox());
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void Rim3dView::setBackgroundColor(const cvf::Color3f& newBackgroundColor)
{
m_backgroundColor = newBackgroundColor;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------