Commit Graph

2303 Commits

Author SHA1 Message Date
Malin E
71caf31f02 Small clean up 2023-04-13 11:27:11 +02:00
Malin E
dccd439dde Merge branch 'master' into feature/model-opacity
* Solve conflicts in renderablemodel.cpp and renderabletrail.cpp
2023-04-12 17:03:40 +02:00
Alexander Bock
327c1b2399 Updating SPICE Kernels and adding new Moons to Outer Planets (#2556)
* Update Jupiter moon kernels and add new moons
* Update Neptune kernels
* Update Uranus kernels
* Update Saturn kernels
* Add Jupiter moons
* Add more Saturn moons
* Add more moons for Jupiter and Saturn
2023-04-10 20:49:30 +02:00
Alexander Bock
9022aad479 Adding static Settings to Renderable (#2578)
* Add settings to Renderable to control whether the renderbin is updated based on Opacity
* Remove duplicate RenderBin specification for RenderableSphere
* Remove unnecessary RenderBin specifications of Lagrange points
* Don't automatically update the renderbin for RenderableLabel and RenderablePlane
* Remove extra `setRenderBinFromOpacity` from RenderableSpheres
* Move information about whether a renderable should be updated when disabled
* Some cleanup of Renderable class
* Don't update the renderbin automatically if the user specified the renderbin manually
2023-04-10 20:49:01 +02:00
Alexander Bock
bebac26a7f Add new 99.5% coverage CTX layer 2023-04-08 20:21:47 +02:00
Gene Payne
28cacd3df4 Fix for missing image projection sequences 2023-04-06 15:00:51 -06:00
Malin E
a3948e2830 Merge branch 'master' into feature/model-opacity 2023-04-06 13:51:07 +02:00
Emma Broman
36538bf74b Update GUI hash
OpenSpace/OpenSpace-WebGuiFrontend#141
2023-04-06 13:48:33 +02:00
Malin E
bb3c9f013e Merge branch 'master' into feature/model-opacity
* Resolve conflicts in shaders for models and modelprojections
2023-04-06 13:43:23 +02:00
Emma Broman
554373eb3e Fading of propertyowners through GUI, and more owners with fade property (#2557)
* Add property in OpenSpaceEngine for fading duration when enabling / disabling

* Add interface for fadeable components and apply to renderable

* Make layers a fadeable component

* Make globelabels a fadeable component

* Make labelscomponent a fadeable, and give it an enabled property

* Make screenspace renderables fadeable components

* Introduce concept of parent fadeables, to fade out subowners with parent

* Make rings fadeable as well

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-04-06 12:49:49 +02:00
Emma Broman
439e4b8f93 Update Gui hash, again 2023-04-06 10:46:16 +02:00
Emma Broman
fa4c213d2a Update GUI hash
PR OpenSpace/OpenSpace-WebGuiFrontend#137
2023-04-06 10:20:02 +02:00
Alexander Bock
3379393af7 Harmonize capitalization of action names (#2579)
* Harmonize capitalization of action names (closes #2215)
* Fix confusion between delta time and simulation time (closes #2536)
2023-04-05 17:58:18 +02:00
Alexander Bock
80e2aaf564 Remove whitespaces at the end of files, ' and - characters 2023-04-05 16:58:45 +02:00
Alexander Bock
784d5f302e Address 1-based indexing issues for satellite trials 2023-04-04 23:14:30 +02:00
Ylva Selling
56dae46e05 Update gui hash 2023-04-04 16:38:49 -04:00
Emma Broman
335ae7ccfd Update gui hash (for #2568 fix) 2023-04-04 22:13:43 +02:00
Alexander Bock
606ad2de5f Don't subsample the height map on planets (closes #2472) 2023-04-03 21:26:30 +02:00
Alexander Bock
a67d407e15 Move the keybindings out of the base.asset and the specific label keybinding out of the default_keybindings 2023-04-03 21:00:00 +02:00
Alexander Bock
1057b369c9 Harmonize the handling of the IsLocal vs Synchronized state of actions (closes #2566) 2023-04-03 10:29:20 +02:00
Alexander Bock
49f305c5bc Add missing registration of planet label keybinding (#2571) 2023-04-03 10:11:27 +02:00
Malin E
3ae5d8bf97 Add new test image 2023-03-31 14:54:37 +02:00
Malin E
9fd70834e6 Add transformation matrix to labels, fixes #2501 2023-03-29 14:29:58 +02:00
Malin E
f636b76469 Address more PR comments 2023-03-27 11:26:43 +02:00
Alexander Bock
451a61a740 Add v3 WAC (#2555)
* Add v3 WAC
* Rename previous WAC to WAC-V1 and new WAC-V3 to WAC to just update the previous files
2023-03-23 17:51:16 +01:00
Emma Broman
14f0ad7338 Fix Neptune texture not being enabled per default 2023-03-23 10:51:39 +01:00
Gene Payne
2189a71d9d Switch MessengerTrail to RenderableTrailTrajectory (#2552)
in order to match start/end times, and add corresponding sample interval
2023-03-22 12:26:36 -06:00
Malin E
be2e9d5caf Address PR comments 2023-03-22 13:37:30 +01:00
Emma Broman
c9a08ba3d6 Update Gui hash
New skybrowser menu look and property owner headers
2023-03-21 13:31:53 +01:00
Emma Broman
3c4e2bdfe9 Update gui hash 2023-03-16 14:46:51 +01:00
Malin E
ee4eb081a0 Merge branch 'master' into feature/model-opacity
* Solve conflict in framebufferrenderer.cpp
2023-03-14 13:59:37 +01:00
Alexander Bock
5fec405b70 Add a new combined clouds-magellan layer for Venus (closes #1534) 2023-03-13 20:39:47 +01:00
Alexander Bock
434d5ceaa9 Add new layer for Venus cloud layers (closes #1534) 2023-03-11 00:54:08 +01:00
Emma Broman
ffbcdbea48 Update exoplanets data (#2450) 2023-03-10 16:00:27 +01:00
Emma Broman
7bdb4ef101 GIve correct identifier for touch module (oops..) 2023-03-10 14:20:50 +01:00
Emma Broman
8506f1d15a Prevent errors from settings asset when building without the touch module
Useful as it is not a default module.
2023-03-10 13:41:01 +01:00
Emma Broman
1db7dcf2c3 Provide error if output failed in exoplanet data prep task
And update hardcoded filepath to teff_bv file to current version, for easier usage next time
2023-03-09 21:52:33 +01:00
Alexander Bock
1c3f7d0cf2 Add combo layer that shows the NOAA20 VIIRS layer (closes #2538) 2023-03-08 16:30:02 +01:00
Malin E
184a8b59ac Fix hole cutting or side by side stereo
* And disable face culling for Orion model that is a one sided plane
2023-03-08 11:49:55 +01:00
Malin E
a3b5300684 Update model shader example shaders 2023-03-08 10:24:26 +01:00
Alexander Bock
c4e9e9482b Fix issue loading the period out of an OMM file 2023-03-04 13:07:09 -07:00
Malin E
0d4c47f3be Move boundingsphere size in asset into the node from model projection 2023-03-03 14:55:06 +01:00
Megan Villa
7c3fcfa74b Update juno.asset 2023-03-02 16:06:43 -05:00
Megan Villa
83f58b9741 Update juno.asset
Update Juno Trail and kernals to Dec 13 2025.
2023-03-01 14:50:30 -05:00
Malin E
bc647e8f23 Some model asset files clean up 2023-03-01 17:31:10 +01:00
Alexander Bock
5b29fb045a Add new Lua function to load CSV file, utilize new function to correctly load , inside field values (closes #2124) 2023-02-28 10:49:23 -07:00
Alexander Bock
3fcb9352f6 Make the local bookmarks print their error message if they fail; also replace whitespaces with underscores for identifiers 2023-02-27 18:57:12 +01:00
Malin E
e3a0918e7c Update Rosetta model 2023-02-27 14:51:11 +01:00
Emma Broman
7d93322505 Update gui hash (closes #2521) 2023-02-21 22:31:03 +01:00
Malin E
11cc094e7d Update Dawn model 2023-02-16 16:24:02 +01:00