mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set PenaltyBreakAssignment to 130
This commit is contained in:
@@ -51,11 +51,8 @@ void RivScalarMapperUtils::applyTextureResultsToPart( cvf::Part* p
|
||||
cvf::DrawableGeo* dg = dynamic_cast<cvf::DrawableGeo*>( part->drawable() );
|
||||
if ( dg ) dg->setTextureCoordArray( textureCoords );
|
||||
|
||||
cvf::ref<cvf::Effect> scalarEffect = RivScalarMapperUtils::createScalarMapperEffect( mapper,
|
||||
opacityLevel,
|
||||
faceCulling,
|
||||
disableLighting,
|
||||
undefColor );
|
||||
cvf::ref<cvf::Effect> scalarEffect =
|
||||
RivScalarMapperUtils::createScalarMapperEffect( mapper, opacityLevel, faceCulling, disableLighting, undefColor );
|
||||
part->setEffect( scalarEffect.p() );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user