mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-01 09:08:49 -06:00
Renamed pss to PowerScaledScalar
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
|
||||
void rotate(const glm::quat &rotation);
|
||||
void orbit(const glm::quat &rotation);
|
||||
void distance(const pss &distance);
|
||||
void distance(const PowerScaledScalar &distance);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
void orbit(const glm::quat &rotation);
|
||||
void rotate(const glm::quat &rotation);
|
||||
void distance(const pss &distance);
|
||||
void distance(const PowerScaledScalar &distance);
|
||||
|
||||
void lookAt(const glm::quat &rotation);
|
||||
void setRotation(const glm::quat &rotation);
|
||||
|
||||
Reference in New Issue
Block a user