Fix scaling issue with screenspace renderables (#939)

This commit is contained in:
Emil Axelsson
2019-07-19 11:09:04 +02:00
committed by Alexander Bock
parent 852115e309
commit 9934fc03b9
6 changed files with 13 additions and 25 deletions

View File

@@ -106,10 +106,8 @@ protected:
properties::TriggerProperty _delete;
glm::ivec2 _objectSize;
UniformCache(occlusionDepth, alpha, modelTransform, viewProj, texture) _uniformCache;
UniformCache(alpha, modelTransform, viewProj, texture) _uniformCache;
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;
glm::vec2 _originalViewportSize;
};
} // namespace openspace