Renamed pss to PowerScaledScalar

This commit is contained in:
Alexander Bock
2014-05-11 18:34:57 +02:00
parent 37e5e63b70
commit 3520bd121e
21 changed files with 165 additions and 240 deletions

View File

@@ -45,8 +45,8 @@ public:
virtual bool initialize() = 0;
virtual bool deinitialize() = 0;
void setBoundingSphere(const pss& boundingSphere);
const pss& getBoundingSphere();
void setBoundingSphere(const PowerScaledScalar& boundingSphere);
const PowerScaledScalar& getBoundingSphere();
virtual void render(const Camera* camera, const psc& thisPosition) = 0;
virtual void update();
@@ -54,7 +54,7 @@ public:
protected:
// Renderable();
private:
pss boundingSphere_;
PowerScaledScalar boundingSphere_;
};
} // namespace openspace