#1282 Mesh lines : Use LEQUAL for depth test to make sure highest pri is visible

This commit is contained in:
Magne Sjaastad
2017-03-08 14:27:02 +01:00
parent 84f76e5242
commit 6c6049a317
3 changed files with 7 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ public:
Intersection,
CrossSectionNnc,
MeshLines,
FaultMeshLines,
Transparent,
TransparentFault,
TransparentNnc,
@@ -47,5 +48,4 @@ public:
Highlight,
Text
};
};