#2887 Tidy up 3D well log curve configuration to more obvious documentation.

This commit is contained in:
Gaute Lindkvist
2018-05-09 15:55:54 +02:00
parent b9cbd7c503
commit c959db73a1
4 changed files with 6 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ void Riv3dWellLogPlanePartMgr::append3dWellLogCurveToModel(cvf::ModelBasicList*
if (curveDrawable.notNull() && curveDrawable->boundingBox().isValid())
{
caf::MeshEffectGenerator meshEffectGen(rim3dWellLogCurve->color());
meshEffectGen.setLineWidth(2.0f);
meshEffectGen.setLineWidth(3.0f);
cvf::ref<cvf::Effect> effect = meshEffectGen.generateCachedEffect();
cvf::ref<cvf::Part> part = new cvf::Part;