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

@@ -69,12 +69,12 @@ Renderable::~Renderable()
{
}
void Renderable::setBoundingSphere(const pss& boundingSphere)
void Renderable::setBoundingSphere(const PowerScaledScalar& boundingSphere)
{
boundingSphere_ = boundingSphere;
}
const pss& Renderable::getBoundingSphere()
const PowerScaledScalar& Renderable::getBoundingSphere()
{
return boundingSphere_;
}