Toggling visibility of SGN works from Glue and from OpenSpace

This commit is contained in:
aniisaaden
2020-09-22 15:33:44 +02:00
parent 6cd82e8e8a
commit 9eb33f6775
4 changed files with 48 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ namespace openspace {
return Message(MessageType::Opacity, messageBuffer);
else if( type == "UPSI")
return Message(MessageType::Size, messageBuffer);
else if (type == "TOVI")
return Message(MessageType::Visibility, messageBuffer);
else if (type == "DISC")
return Message(MessageType::Disconnection, messageBuffer);
else {