#2591 3D well log curves: Draw normals on fixed interval

This commit is contained in:
Unknown
2018-03-20 08:26:28 +01:00
committed by unknown
parent 4bb468b07a
commit e1aa4bb164
4 changed files with 103 additions and 35 deletions

View File

@@ -75,7 +75,7 @@ void Riv3dWellLogPlanePartMgr::append3dWellLogCurvesToModel(cvf::ModelBasicList*
}
//TODO: Atm, only the grid for the first curve is drawn.
cvf::ref<cvf::Drawable> gridDrawable = m_3dWellLogCurveGeometryGenerator->createGrid(displayCoordTransform, rim3dWellLogCurves[0]);
cvf::ref<cvf::Drawable> gridDrawable = m_3dWellLogCurveGeometryGenerator->createGrid(displayCoordTransform, rim3dWellLogCurves[0], 200);
if (gridDrawable.isNull() || !gridDrawable->boundingBox().isValid())
{