mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Add target node id to skybrowser topic
This commit is contained in:
@@ -164,6 +164,7 @@ ghoul::Dictionary TargetBrowserPair::dataAsDictionary() const {
|
||||
|
||||
ghoul::Dictionary res;
|
||||
res.setValue("id", browserId());
|
||||
res.setValue("targetId", targetNodeId());
|
||||
res.setValue("name", browserGuiName());
|
||||
res.setValue("fov", static_cast<double>(verticalFov()));
|
||||
res.setValue("ra", spherical.x);
|
||||
|
||||
Reference in New Issue
Block a user