Add scale to topic

This commit is contained in:
Ylva Selling
2022-05-04 12:27:44 -04:00
parent 9a49966fb6
commit d3a955e6be
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -436,6 +436,10 @@ float ScreenSpaceRenderable::depth() {
cartesianToSpherical(_cartesianPosition).x;
}
float ScreenSpaceRenderable::scale() const {
return _scale;
}
void ScreenSpaceRenderable::createShaders() {
ghoul::Dictionary dict = ghoul::Dictionary();