Show ternary saturation data on faults

This commit is contained in:
Magne Sjaastad
2014-04-29 10:13:19 +02:00
parent 83a5a34c4b
commit 3b651d7578
3 changed files with 74 additions and 19 deletions

View File

@@ -87,9 +87,10 @@ public:
void appendPartsToModel(cvf::ModelBasicList* model);
static cvf::ref<cvf::Effect> createPerVertexColoringEffect(float opacity);
private:
void generatePartGeometry(cvf::StructGridGeometryGenerator& geoBuilder, bool faultGeometry);
cvf::ref<cvf::Effect> createPerVertexColoringEffect();
private:
size_t m_gridIdx;