Mesh/Surface style is now made independent so it is possible to show the mesh lines without the surface geometry.

A new mesh style "Faults only" is also added making it possible to show the mesh lines on the faults only
p4#: 19289
This commit is contained in:
Jacob Støren
2012-10-24 11:23:40 +02:00
parent 54dc3a5d37
commit 6a4f15368c
2 changed files with 14 additions and 20 deletions

View File

@@ -73,6 +73,7 @@ public:
enum MeshModeType
{
FULL_MESH,
FAULTS_MESH,
NO_MESH
};