mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#266) Improved label display
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
namespace cvf
|
||||
{
|
||||
class Camera;
|
||||
class ShaderProgram;
|
||||
}
|
||||
|
||||
|
||||
@@ -42,7 +43,7 @@ namespace cvf
|
||||
class RivGridBoxGenerator
|
||||
{
|
||||
public:
|
||||
RivGridBoxGenerator();
|
||||
RivGridBoxGenerator(cvf::ShaderProgram* textShaderProgram);
|
||||
|
||||
void setScaleZ(double scaleZ);
|
||||
void setDisplayModelOffset(cvf::Vec3d offset);
|
||||
@@ -125,5 +126,7 @@ private:
|
||||
|
||||
cvf::Color3f m_gridColor;
|
||||
cvf::Color3f m_gridLegendColor;
|
||||
|
||||
cvf::ref<cvf::Effect> m_textEffect;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user