(#656) Added text effect to effect generator

This commit is contained in:
Magne Sjaastad
2015-11-17 16:26:07 +01:00
parent 4469d32a2d
commit 08c04f5052
5 changed files with 75 additions and 17 deletions

View File

@@ -43,7 +43,7 @@ namespace cvf
class RivGridBoxGenerator
{
public:
RivGridBoxGenerator(cvf::ShaderProgram* textShaderProgram);
RivGridBoxGenerator();
void setScaleZ(double scaleZ);
void setDisplayModelOffset(cvf::Vec3d offset);
@@ -126,7 +126,5 @@ private:
cvf::Color3f m_gridColor;
cvf::Color3f m_gridLegendColor;
cvf::ref<cvf::Effect> m_textEffect;
};