Add border to screenspace renderables

This commit is contained in:
Ylva Selling
2023-06-15 15:42:32 -04:00
parent 475f3c63c2
commit 0b20affc5d
6 changed files with 60 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ protected:
properties::DoubleProperty _verticalFov;
double _borderRadius = 0.0;
glm::ivec3 _borderColor = glm::ivec3(70);
glm::ivec3 _wwtBorderColor = glm::ivec3(70);
glm::dvec2 _equatorialAim = glm::dvec2(0.0);
double _targetRoll = 0.0;
bool _isImageCollectionLoaded = false;