mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-27 14:39:20 -06:00
Pass data regarding if sky browser and target are facing camera and using radius azimuth elevation to gui
This commit is contained in:
@@ -464,6 +464,10 @@ bool ScreenSpaceRenderable::isUsingRaeCoords() const
|
||||
{
|
||||
return _useRadiusAzimuthElevation;
|
||||
}
|
||||
bool ScreenSpaceRenderable::isFacingCamera() const
|
||||
{
|
||||
return _faceCamera;
|
||||
}
|
||||
void ScreenSpaceRenderable::setEnabled(bool isEnabled)
|
||||
{
|
||||
_enabled = isEnabled;
|
||||
|
||||
Reference in New Issue
Block a user