mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Fix comments from pull request
This commit is contained in:
@@ -75,7 +75,6 @@ public:
|
||||
void setEnabled(bool isEnabled);
|
||||
float depth();
|
||||
|
||||
// Added by skybrowser team
|
||||
// Screen space functionality in these coords: [-1,1][-ratio,ratio]
|
||||
glm::vec2 screenSpacePosition();
|
||||
glm::vec2 screenSpaceDimensions();
|
||||
@@ -86,7 +85,6 @@ public:
|
||||
void setCartesianPosition(const glm::vec3& position);
|
||||
void setRaeFromCartesianPosition(const glm::vec3& position);
|
||||
glm::vec3 raePosition() const;
|
||||
// End of addition by skybrowser team
|
||||
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user