mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC: Improved visual effects
Removed use of depth buffer manipulation as this caused invalid result color mapping for NNC when combined with other fault geometry. Use polygon offset on NNC geometry to make sure NNC always wins
This commit is contained in:
@@ -68,7 +68,7 @@ private:
|
||||
|
||||
void updateNNCColors(RimResultSlot* cellResultSlot);
|
||||
|
||||
cvf::ref<cvf::Effect> cellResultEffect(const cvf::ScalarMapper* mapper) const;
|
||||
cvf::ref<cvf::Effect> cellResultEffect(const cvf::ScalarMapper* mapper, caf::PolygonOffset polygonOffset) const;
|
||||
caf::FaceCulling faceCullingMode() const;
|
||||
|
||||
void createLabelWithAnchorLine(const cvf::Part* part);
|
||||
|
||||
Reference in New Issue
Block a user