Commit Graph

11124 Commits

Author SHA1 Message Date
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
54ad5bfdd5 Add pivot property for Models to move model origin 2023-08-09 16:04:20 +02:00
Emma Broman
7411302334 Fix fatal error when starting profile with navigation state camera setting
And provide more information in the fatal error message... (emerged from commit 30b80843c3)
2023-08-08 13:41:20 +02:00
Adam Rohdin
8a68825d48 updated example to use pos instead of windowPos 2023-08-07 16:24:33 +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
Emma Broman
add6df05fd Replace some more getPropertyValue function calls (deprecated) 2023-08-07 10:08:21 +02:00
Emma Broman
15dbe32341 Make it possible to fade in/out RenderableFieldLinesSequences (e.g. magnetosphere) 2023-08-07 09:46:24 +02:00
Emma Broman
8b923f3a4b Fix compiler error in geojson shaders
Cuases problems with GeoJson on some graphics cards
2023-08-07 09:08:40 +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
Emma Broman
f78f42fbd5 Fix miguiding RotationSpeedFactor documentation, and increase default value (closes #2838) 2023-08-04 08:31:49 +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
ecb8b06df6 Add new Lua function to remove all loaded assets (closes #2812). Fix crash that would occur when trying to unload an asset that requires a root asset 2023-08-03 21:50:25 +02:00
Alexander Bock
8d42537d6d Set the user position to be (0,0,0) which fixed the creation of Fisheye configurations (closes #2818) 2023-08-03 21:50:25 +02:00
Alexander Bock
30b80843c3 Add a new Lua function that resets the camera back to the start position (closes #2825) 2023-08-03 21:50:25 +02:00
Alexander Bock
cb7ec8de70 Fix issue where the time is wrong when starting a profile paused (closes #2826) 2023-08-03 21:50:25 +02:00
Emma Broman
2b3226d18d FIx aspect ratio issue for RenderableVideoPlane (closes #2815) 2023-08-03 16:51:13 +02:00
Emma Broman
c973cee5a1 Allow reading GeoJson files with null geometry (issue #2811)
Present a warning when a null geometry is encountered, as it will not be loaded as of now
2023-08-03 10:46:48 +02:00
Emma Broman
091697c5b7 Make geojson file extension parsing more flexible in lua function (closes #2797)
Now allows geojson files with caps in the extension, as well as files with the .json extension.

Note that .json files will not be handled by drag-n-drop  (we might want to use that extension for something else)
2023-08-03 09:46:55 +02:00
Gene Payne
32776e7b76 Fix visual test file Mars terrain typo in CTX layer 2023-08-02 12:28:27 -06:00
Emma Broman
25451e08e8 Update GUI hash 2023-08-02 15:56:35 +02:00
Alexander Bock
59d51a365f Prevent crash when no shadow caster is available 2023-07-31 13:39:35 +02:00
Alexander Bock
b32183e4a9 Correctly show the Apollo 17 insignia 2023-07-26 22:23:58 +02:00
GPayne
5a9c70f22c Added a JWST visual test 2023-07-25 13:12:42 -06:00
Alexander Bock
083ded25f5 Update CREDITS.md 2023-07-25 19:24:00 +02:00
GPayne
ceed3fc58a New visual test of nightsky constellations 2023-07-19 10:11:11 -06: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
GPayne
b5572b0e07 Remove ISS trail in defaultEarth test 2023-07-17 12:27:25 -06:00
GPayne
a6522f4038 Increased wait time for some visual tests 2023-07-14 11:08:13 -06:00
Alexander Bock
80ddf3e187 Prevent occasional crash in RenderableShadowCylinder when adding an asset at runtime 2023-07-12 12:42:25 +02:00
Alexander Bock
bef10aca10 Fix layering of the Sun/Moon during an eclipse 2023-07-12 11:16:37 +02:00
Alexander Bock
61a69490fb Add the ability to specify the angular size of the Sun in the atmosphere 2023-07-12 10:49:50 +02:00
Alexander Bock
9fa0def25e Update offline mars map to fix 180 degree offset 2023-07-06 14:59:40 +02:00
Alexander Bock
380f768e4c Allow negative values for KeplerTranslation values (#2784) 2023-07-06 10:03:44 +02:00
Malin E
391c5ef3d1 Update and rename blank-issue.md to general-issue.md 2023-07-04 10:42:19 +02:00
Ylva Selling
797a6fe208 Merge pull request #2782 from OpenSpace/issue/1867
Add border to screenspace renderables
2023-06-28 17:14:37 -04:00
Ylva Selling
a67d2937ae Update src/rendering/screenspacerenderable.cpp
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-28 17:14:24 -04:00
Ylva Selling
d317c287eb Update modules/base/shaders/screenspace_fs.glsl
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-28 17:14:14 -04:00
Ylva Selling
67b7330229 Allow transparency for movies. Closes #2792 2023-06-26 11:43:02 -04:00
Alexander Bock
a052618385 Email doesn't work 2023-06-26 13:18:11 +02:00
Alexander Bock
f4f923914a Add a config.yml for the issue templates 2023-06-26 12:54:29 +02:00
Alexander Bock
9ec3e5b81e Remove old-style issue template 2023-06-26 12:50:39 +02:00
Alexander Bock
8084856e6e Update issue templates 2023-06-26 12:48:38 +02:00
Alexander Bock
73609daac5 Update issue templates 2023-06-26 12:47:41 +02:00
Alexander Bock
2a06a1e9f4 Create SUPPORT.md 2023-06-26 12:44:15 +02:00
Emma Broman
c424783b50 Offset sample coordinate by 0.5 when estimating height values (#2769)
* Offset sample coordinate by 0.5 when estimating height values
2023-06-22 11:08:52 +02:00