mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-15 08:21:23 -06:00
Renamed pss to PowerScaledScalar
This commit is contained in:
@@ -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_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user