mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Renamed pss to PowerScaledScalar
This commit is contained in:
@@ -36,7 +36,7 @@ namespace openspace {
|
||||
class PowerScaledSphere {
|
||||
public:
|
||||
// initializers
|
||||
PowerScaledSphere(const pss& radius, int segments = 8);
|
||||
PowerScaledSphere(const PowerScaledScalar& radius, int segments = 8);
|
||||
~PowerScaledSphere();
|
||||
|
||||
bool initialize();
|
||||
|
||||
Reference in New Issue
Block a user