mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Toggling visibility of SGN works from Glue and from OpenSpace
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user