mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Fix scaling issue with screenspace renderables (#939)
This commit is contained in:
committed by
Alexander Bock
parent
852115e309
commit
9934fc03b9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user