mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4849 Co-visualization: Simple use of the comparison view support in the Viewer classes
The feature is ready for testing.
This commit is contained in:
@@ -43,7 +43,8 @@ RivGridBoxGenerator::RivGridBoxGenerator()
|
||||
: m_gridColor( cvf::Color3f::LIGHT_GRAY )
|
||||
, m_gridLegendColor( cvf::Color3f::BLACK )
|
||||
{
|
||||
m_gridBoxModel = new cvf::ModelBasicList;
|
||||
m_gridBoxModel = new cvf::ModelBasicList();
|
||||
m_gridBoxModel->setName( "GridBoxModel" );
|
||||
|
||||
m_scaleZ = 1.0;
|
||||
m_displayModelOffset = cvf::Vec3d::ZERO;
|
||||
|
||||
Reference in New Issue
Block a user