Enabled caching for billboard clouds and removed debugging code.

This commit is contained in:
Jonathas Costa
2017-10-12 15:46:56 -04:00
parent 75783a5352
commit 41bcfd91d7
3 changed files with 39 additions and 125 deletions
@@ -255,7 +255,7 @@ namespace openspace {
, _planeStartingIndexPos(0)
, _textureVariableIndex(0)
, _alphaValue(TransparencyInfo, 1.f, 0.f, 1.f)
, _scaleFactor(ScaleFactorInfo, 1.f, 0.f, 10.f)
, _scaleFactor(ScaleFactorInfo, 1.f, 0.f, 50.f)
, _textColor(
TextColorInfo,
glm::vec4(1.0f, 1.0, 1.0f, 1.f),