Commit Graph

1048 Commits

Author SHA1 Message Date
Emma Broman
2d9932e323 Add tag to another pluto moon
File was apparently not saved or included in the last commit..
2023-08-23 08:47:59 +02:00
Emma Broman
08d5662c17 Update faulty tags for Charon and update some other pluto moon tags for consistency 2023-08-22 15:43:26 +02:00
Alexander Bock
56abd768c9 Update Voyager kernels to reach year 2100 (closes #2790) 2023-08-14 16:08:45 +02:00
Alexander Bock
1b0b7e73f7 Fix faulty deinitialization in scene graph nodes that would cause nodes to be ignored (closes #2851). Add warning message if nodes are not deinitialized at the end of the program 2023-08-14 14:42:23 +02:00
Ylva Selling
e241cd77c1 Merge pull request #2847 from OpenSpace/issue/2823
Add JUICE mission file
2023-08-11 10:54:11 -04:00
Ylva Selling
68c587fec8 Update data/assets/scene/solarsystem/missions/juice/mission.asset
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-08-11 10:54:01 -04:00
Ylva Selling
03d79a7b96 Update data/assets/scene/solarsystem/missions/juice/mission.asset
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-08-11 10:53:55 -04:00
Ylva Selling
873cc862c6 Update data/assets/scene/solarsystem/missions/juice/mission.asset
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-08-11 10:53:42 -04:00
Ylva Selling
c1aefb33d0 Update data/assets/scene/solarsystem/missions/juice/mission.asset
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-08-11 10:53:37 -04:00
Ylva Selling
ff421bc19a Add JUICE mission file 2023-08-09 14:47:08 -04:00
Malin E
72b186b805 Fix issue with hide all constellation lines action 2023-08-09 16:25:36 +02:00
Malin E
786c2887da Sphere maintenance (#2800)
* Split RenderableSphere class into a local and online sphere

* Make the video sphere derive from the regular sphere

* Make RenderableTimeVaryingSphere derive from RenderableSphere

* Some clean up

* Address PR comments
2023-08-07 11:47:32 +02:00
Emma Broman
85100e13be Rename some more deprecated functions in Lua calls 2023-08-07 10:40:36 +02:00
Alexander Bock
57fafe48f4 Rename Lua function to bring them more in line with the function naming in C++ (#2840)
* Rename Lua function to bring them more in line with the function naming in C++
2023-08-05 19:20:08 +02:00
Alexander Bock
1593ab50aa Rename TileLayer to TileProvider classes (closes #2767).
Breaking change in assets that load Layers:
 - DefaultTileLayer -> DefaultTileProvider
 - SingleImageTileLayer -> SingleImageProvider
 - ImageSequenceTileLayer -> ImageSequenceTileProvider
 - SpoutImageTileLayer -> SpoutImageProvider
 - TemporalTileLayer -> TemporalTileProvider
 - TileIndexTileLayer -> TileIndexTileProvider
 - SizeReferenceTileLayer -> SizeReferenceTileProvider
 - ByLevelTileLayer -> TileProviderByLevel
 - ByIndexTileLayer -> TileProviderByIndex
2023-08-03 21:50:25 +02:00
Alexander Bock
b32183e4a9 Correctly show the Apollo 17 insignia 2023-07-26 22:23:58 +02:00
Alexander Bock
14082cd8d9 Add the ability to render an eclipse cone for the Earth and Moon system (#2816) 2023-07-18 11:58:17 +02:00
Alexander Bock
9fa0def25e Update offline mars map to fix 180 degree offset 2023-07-06 14:59:40 +02:00
Adam Rohdin
89d130dcd5 Change Voyager 1 & 2 trail end times to 2021 JAN 01 as it was wrongly changed in old commit 2023-06-21 15:58:08 +02:00
Micah Acinapura
8d7b423803 Add cache false to jpg layers to remove warnings (#2777)
* removing warnings from jpg layers; move scanner warning to debug

* update moon texture to v2

* Apply suggestions from code review

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-14 18:45:09 -04:00
Alexander Bock
475f3c63c2 Update TilePixelSizes to temporarily address #2472 2023-06-14 20:04:08 +02:00
Micah Acinapura
f38c7242d0 added multiple and offset to blue marble height to make it similar lo… (#2658)
* added multiple and offset to blue marble height to make it similar looking to esri terrain

* Update blue_marble_height.asset
2023-06-13 10:26:34 -04:00
Alexander Bock
5374abe06c Move Gaia and JWST from 'missions' to new 'telescopes' folder 2023-06-10 01:58:01 +02:00
Gene Payne
143eeb2977 Merge pull request #2728 from OpenSpace/issue/2649
Fix for date format in sssb v2 asteroids files (issue 2649)
2023-06-07 11:02:27 -06:00
Alexander Bock
5a47b20983 Fix triton layers 2023-06-06 17:16:05 +02:00
Alexander Bock
022298302b Set correct TilePixelSizes for remaining height layers 2023-06-06 15:38:48 +02:00
Gene Payne
76a6ecab22 Updated all sssb asteroid / comet files to sync v3 version 2023-06-05 13:37:58 -06:00
Micah Acinapura
892b1a35bb offline profile, moon and mercury textures (#2741)
* offline profile, moon and mercury textures

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-05 13:59:10 -04:00
Micah Acinapura
fbbf495976 Night Sky feedback and triton texture (#2740)
also adds new Lua function openspace.toggleFade

* updating nightsky feedback

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-05 13:53:30 -04:00
Micah Acinapura
2c79ee5946 fixing model scale for dwarf planets (#2742) 2023-06-05 12:57:55 -04:00
Alexander Bock
25292cef76 Disable too agressive culling of renderabletrails for now (closes #2653) 2023-06-03 13:42:13 +02:00
Alexander Bock
a77a3e6156 Don't use the advanceTime function in the loading stage of an asset (closes #2739) 2023-06-03 11:36:35 +02:00
Alexander Bock
5abe86bc76 Fix for loading lagrange points in JWST profile on Windows 2023-06-03 02:51:00 +02:00
Adam Rohdin
e8ffaaa49c Added actions for hiding/showing major moons and their trails (closes #2675) 2023-06-03 00:46:58 +02:00
Adam Rohdin
e5a296be28 Updated orbital period for Triton 2023-06-02 15:39:36 +02:00
Alexander Bock
3727d5ad71 Add new action to toggle dwarf planet visibility (closes #2674) 2023-06-01 10:45:41 +02:00
Alexander Bock
7d1f3bfa37 Update Digital Universe catalogue (#2729) 2023-06-01 07:52:20 +02:00
Alexander Bock
705c898ccd Asset File cleanup (#2713)
* Updating all assets to new coding style
* Cleaning up asset files
* Moving default_actions and default_keybindings files
* Changing procedural globes to explicitly specified globes
* Move Spice loading explicitly to the initialize part and also deinitialize
* Removing unused asset files
  * Removing asset_helper
  * Removing scale_model_helper asset
  * Removing script_scheduler_helper
  * Removing testing_keybindings
  * Remove procedural_globe
2023-05-28 17:23:20 +02:00
Emma Broman
24f9acf903 Fix some model matrices for models (that should now be specified as Mat4s rather than mat3) 2023-05-23 16:04:57 +02:00
Malin E
b8da42eb19 Fix Juno transformation matrix 2023-05-23 10:25:11 +02:00
Ylva Selling
156d0a8459 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2023-05-18 11:04:39 -04:00
Ylva Selling
1ad6107558 Add jupiter video to juice and juno 2023-05-18 11:04:33 -04:00
Alexander Bock
633aeb5fa4 Update DeepSky images to remove non-even pixel sizes (closes #2482) 2023-05-18 16:52:03 +02:00
Ylva Selling
3da463e7f5 Add jupiter video asset 2023-05-18 10:47:43 -04:00
Alexander Bock
074967712c Update last height layers to use the correct tile pixel size (#2472) 2023-05-17 11:07:38 +02:00
Ylva Selling
db193bcc8f Add Dawn mission 2023-05-12 15:31:30 -04:00
Ylva Selling
b529a5c67e Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2023-05-12 11:08:39 -04:00
Micah Acinapura
4731e8e0a8 MacOS build fixes (#2622)
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
Co-authored-by: Joakim Kilby <jockekilby@gmail.com>
2023-05-12 09:35:59 +02:00
Ylva Selling
7d195cbe60 Add Juno mission file 2023-05-11 16:53:06 -04:00
Ylva Selling
d06de8b9c0 Add apollo mission to profile 2023-05-11 15:57:50 -04:00