mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2544 Well CF Visualization: Use simplified star geometry
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
RivWellConnectionFactorGeometryGenerator(std::vector<CompletionVizData>& centerColorPairs, float radius);
|
||||
~RivWellConnectionFactorGeometryGenerator();
|
||||
|
||||
cvf::ref<cvf::DrawableGeo> createPipeSurface();
|
||||
cvf::ref<cvf::DrawableGeo> createSurfaceGeometry();
|
||||
|
||||
size_t globalCellIndexFromTriangleIndex(cvf::uint triangleIndex) const;
|
||||
|
||||
@@ -67,6 +67,11 @@ private:
|
||||
static void
|
||||
createStarGeometry(std::vector<cvf::Vec3f>* vertices, std::vector<cvf::uint>* indices, float radius, float thickness);
|
||||
|
||||
static void createSimplifiedStarGeometry(std::vector<cvf::Vec3f>* vertices,
|
||||
std::vector<cvf::uint>* indices,
|
||||
float radius,
|
||||
float thickness);
|
||||
|
||||
private:
|
||||
std::vector<CompletionVizData> m_centerColorPairs;
|
||||
float m_radius;
|
||||
|
||||
Reference in New Issue
Block a user