Ylva Selling
da4f1026ce
Remove doxygen style comments for the lua functions
2022-05-05 09:59:37 -04:00
Ylva Selling
18cc19416d
Add lua function for stopping animations
2022-05-04 16:13:44 -04:00
Ylva Selling
ae6f59c8c3
Add parameters to sky browser module in internal initialize
2022-05-04 13:10:49 -04:00
Ylva Selling
28393a9523
Rename RenderCopy to DisplayCopy
2022-05-04 13:00:25 -04:00
Ylva Selling
323fea8ec6
Make resizing of gui window only affect the browser ratio, not the scale
2022-05-04 12:40:21 -04:00
Ylva Selling
d3a955e6be
Add scale to topic
2022-05-04 12:27:44 -04:00
Ylva Selling
9a49966fb6
Merge branch 'feature/skybrowser' of https://github.com/OpenSpace/OpenSpace into feature/skybrowser
2022-05-03 10:51:19 -04:00
Ylva Selling
00cc4fc0f1
Cleanup - remove unused variables and highlight
2022-05-03 10:51:00 -04:00
Emma Broman
7a05c44ce1
Update some property names for more consistent capitalization
2022-05-03 15:29:03 +02:00
Ylva Selling
7c3e47df09
Merge remote-tracking branch 'origin/master' into feature/skybrowser
2022-04-29 18:03:06 -04:00
Ylva Selling
83bcbfb74f
Add property to show and hide display copies
2022-04-29 15:51:15 -04:00
Ylva Selling
cb766f8f96
Add WorldWide Telescope image collection url as property to sky browser module
2022-04-29 14:42:13 -04:00
Ylva Selling
db7c5ee23f
Add property to set space craft animation time
2022-04-29 11:05:36 -04:00
Ylva Selling
89bd33d7eb
Store opacities for the selected images and pass to GUI in topic
2022-04-29 10:50:45 -04:00
Ylva Selling
53f19a6aa8
Cleanup - remove remnants from mouse interaction code
2022-04-28 11:55:10 -04:00
Ylva Selling
8aec879677
Fix bug with creating a target with an identifier that already exists
2022-04-28 11:54:43 -04:00
Ylva Selling
4692c4d74b
Fix comments on pull request
2022-04-28 11:33:54 -04:00
Emma Broman
19507981b4
Make skybrowser a default module (issue #2052 )
2022-04-28 14:35:07 +02:00
Emma Broman
8896b92f82
Only send skybrowser topic message if data changed
...
Maybe a little ugly to check the jsonString, but it does the job for now. Later we should probably make a nicer implementation
2022-04-28 12:40:52 +02:00
Emma Broman
9d0e9c84d4
Removed some unused functions
2022-04-28 11:35:36 +02:00
Ylva Selling
c998fc5439
Add check to make sure browser is intialized before passing messages to wwt. This removes error messages upon startup
2022-04-27 17:20:27 -04:00
Ylva Selling
f89301a70a
Move check for image collection is loaded in order to improve interaction
2022-04-27 17:13:24 -04:00
Ylva Selling
673b7f2325
Create property in module for inverse zoom direction
2022-04-27 17:00:31 -04:00
Ylva Selling
6605bfcd07
Create property in sky browser module for hiding the targets and browsers when minimizing gui
2022-04-27 16:44:14 -04:00
Emma Broman
b7256a2c27
Fix typo
2022-04-27 19:35:58 +02:00
Emma Broman
d8313eebe0
Add property to hide SkyBrowser title and hide per default
2022-04-27 19:19:46 +02:00
Emma Broman
de68e406b0
Send topic on presync instead of from itmemanager ( closes #2037 )
2022-04-27 18:20:51 +02:00
Ylva Selling
fc10f627cf
Merge branch 'feature/skybrowser' of https://github.com/OpenSpace/OpenSpace into feature/skybrowser
2022-04-27 10:44:32 -04:00
Ylva Selling
8ba2976859
Update image collection
2022-04-27 10:44:19 -04:00
Emma Broman
1116e092b6
Mini refactor
2022-04-27 16:03:31 +02:00
Ylva Selling
939dfae319
Add lua function to dispatch point spacecraft event
2022-04-26 18:39:31 -04:00
Ylva Selling
62222c2f5b
Add descriptions of lua functions
2022-04-26 17:39:38 -04:00
Ylva Selling
24b6383afb
Create lua function to show or hide all targets and browsers
2022-04-26 17:37:05 -04:00
Ylva Selling
a2d5aae21a
Merge branch 'feature/skybrowser' of https://github.com/OpenSpace/OpenSpace into feature/skybrowser
2022-04-26 14:39:09 -04:00
Ylva Selling
19103a1540
Add browser ratio to the skybrowser topic
2022-04-26 14:37:35 -04:00
Emma Broman
47b3881682
Give each sky target a unique name in the Gui
2022-04-26 19:49:05 +02:00
Emma Broman
2cc62572d5
Use existing fcuntion in ghoul for easing
2022-04-26 19:24:11 +02:00
Emma Broman
51f9199abd
Refactor fading and use fade property instead of opacity
2022-04-26 17:24:15 +02:00
Emma Broman
da8ee62c31
Include shader filea in solution
2022-04-26 13:55:53 +02:00
Emma Broman
f02ac1cbd0
Merge branch 'master' into feature/skybrowser
2022-04-26 12:17:22 +02:00
Emma Broman
17fd637926
Show and hide hover circle using fade property
...
And hide it when exiting the solar system
Refactor hover circle implementation a bit
2022-04-26 10:56:47 +02:00
Emma Broman
694c883418
Whitespace cleanup
2022-04-26 10:56:46 +02:00
Emma Broman
dca8e1e914
Refactor info message
2022-04-26 09:07:54 +02:00
Emma Broman
85fd47880a
Refactor: Remove some unused properties
2022-04-26 09:03:23 +02:00
Ylva Selling
6e7c448ed9
Fix issue with fovs not matching the renderable target. Close issue #1997
2022-04-25 17:03:34 -04:00
Emma Broman
92eefa8189
Add enabled property to Exoplanets and Skybrowser module ( #1945 )
...
* Add enabled property to exoplanets and sky browser module
* Create assets for default settings and restructure assets into a components folder
* Update exoplanets data
* Set sky browser enabled to true per default and include hover circle asset
* Add name and description of hover circle, and used synced version of ring image
2022-04-25 15:10:08 +02:00
Ylva Selling
f7c0134dcc
Add so that the render copies can be displayed in cartesian coordinates too, and listen to both IsUsingRadiusAzimuthElevation and FaceCamera properties
2022-04-20 14:52:53 -04:00
Ylva Selling
af9643aaee
Update to proper url
2022-04-20 10:54:02 -04:00
Ylva Selling
96211f115f
Update url to new version of webpage
2022-04-20 10:19:33 -04:00
Ylva Selling
4a4c68e1ab
Remove unneccessary function
2022-04-19 17:19:05 -04:00