Commit Graph

11377 Commits

Author SHA1 Message Date
Malin E e046f71566 Flip u and v texture coordinates 2024-03-08 17:18:18 +01:00
Malin E 491206e61c Fix normal directions for tube, both for light and triangles 2024-03-08 14:10:41 +01:00
Malin E 1a0f311043 Fix issue with texture rendering on cutplane 2024-03-06 09:36:46 +01:00
Malin E f59f2d29be Merge branch 'master' into project/b612-asteroid-uncertainty 2024-03-05 15:25:35 +01:00
Malin E 8ccc9c940a Add first version of textured cutplane
* Note: does not work well with the distortion of the textures
2024-03-05 11:51:54 +01:00
Emma Broman e8b67c3ce3 Update ghoul (comments in CSV) 2024-03-05 11:23:07 +01:00
Alexander Bock b77e03dce2 Some general cleanup 2024-03-04 13:03:40 +01:00
Alexander Bock 041cb5c68b Prevent accessing the coloring parameters for the outline if none are specified 2024-03-01 16:40:20 +01:00
Adam Rohdin 5cb93f9afd Added point outlines for RenderablePointCloud (PR #3044)
Added point outlines for RenderablePointCloud
2024-03-01 10:16:02 +01:00
Alexander Bock 187808f84e Add the Tiangong space station 2024-02-28 11:56:26 +01:00
Alexander Bock 7a2efc66d6 Simplify profile loading and handling of the loading screen 2024-02-28 00:19:06 +01:00
Alexander Bock 0203d723e8 Remove support for built-in NvTools in favor of Tracy 2024-02-27 22:49:21 +01:00
Alexander Bock fba81ea2a9 Immediately apply the settings provided in the launcher window (closes #2969) 2024-02-27 21:15:25 +01:00
Alexander Bock 67d114755c Shifting the keybindings (closes #1055)
- Add new action to instantly toggle all trails
 - Instead of 'H', the 'T' keybind now toggles all trails
 - Shift+T instantly toggles trails
 - Instead of 'W', the 'B' toggles the blackout of the rendering
2024-02-27 20:56:50 +01:00
Alexander Bock af6e46f78b Fix compilation for Sync application (closes #3027) 2024-02-27 20:47:43 +01:00
Micah Acinapura d13974f289 Issue/1250 Increase timeout for gdal http and updated url for loading gibs (#3015)
* increase timeout for gdal http requests and updated url for loading gibs data

* revertingurl change as its no longer redirecting for me

* fixed includes, moved setting long time out to only when we load capabilities

* removed comment

* refix include

closes #1250
2024-02-27 10:31:10 -05:00
Alexander Bock 2fbcb0544e NavigationState handling (#3023)
* Change the navigation state format from Lua to JSON.  Add the ability to set the navigation state in the profile editor based on a file
2024-02-25 01:09:32 +01:00
Malin E fced930a22 Add base for textured cutplanes 2024-02-23 11:38:27 +01:00
Arohdin 7a551774bc Updated ghoul submodule 2024-02-23 11:32:21 +01:00
Gene Payne 217a7b6c70 Add new eclipse test 2024-02-21 15:32:03 -07:00
Malin E 3967c016d7 Add properties to jump to prev or next polygon in time 2024-02-21 11:55:36 +01:00
Emma Broman c763c7d036 Fix typo in Tessellation parameter struct ("ebabled") 2024-02-21 08:54:11 +01:00
Malin E da83a3e391 Render the cutplane seperatly 2024-02-20 16:08:10 +01:00
Emma Broman 15429ddbc6 Fix wrong kernels being used for Neptune's inner moons
Copy paste error in kernel handling update
2024-02-20 15:47:35 +01:00
Malin E d2367268c2 Make sure cut plane is visible even when time is exactly at slice 2024-02-20 11:14:21 +01:00
Emma Broman 8fddd55851 Fix a couple of point cloud related problems
* crash that occurs when loading an empty dataset
* trying to access outside of range when sampling color or size values
2024-02-20 08:40:00 +01:00
Malin E 15592dd782 Clena up cutplane code 2024-02-19 14:12:00 +01:00
Alexander Bock 1b5335fa89 Update Slack invite link 2024-02-19 11:42:50 +01:00
Malin E 076717274d More clean up 2024-02-19 11:18:05 +01:00
Emma Broman da2c2df3a6 Fix interpolated points example
Did not have the updates for the color map helper asset
2024-02-19 10:52:03 +01:00
Joakim Kilby be95530ce3 Update rotation source frame specification in apollo15.asset 2024-02-19 10:10:35 +01:00
Malin E fc1333da93 More clean up 2024-02-16 13:08:42 +01:00
Malin E 6539ae85e6 More clean up 2024-02-15 11:43:08 +01:00
Alexander Bock 815dfe11f1 Add the ability to specify properties and requiring confirmation (#3006) 2024-02-15 15:56:19 +09:00
Alexander Bock f9a01d507e Make the co-rotation dependent on the bounding sphere rather than interaction sphere (closes #3017) 2024-02-15 11:19:41 +09:00
Malin E 8e3328af95 Clean up 2024-02-14 16:17:57 +01:00
Arohdin de5a4352ec Solves issue for incorrect FOV (Planar Projection) 2024-02-13 14:49:46 +01:00
Malin E 3d8f1578f0 Add texture coordinates for cutplane of tube
* No shading shanged yet
2024-02-13 11:24:26 +01:00
Malin E 57fa6b318a Merge branch 'master' into project/b612-asteroid-uncertainty 2024-02-13 10:16:23 +01:00
Alexander Bock adad4ab0ff Make the DestinationFrame in the SpiceRotation option and use GALACTIC if it is not specified 2024-02-12 11:39:08 +09:00
Alexander Bock 1691b92575 Fix compile issue with the previous commit 2024-02-12 09:11:03 +09:00
Alexander Bock 15e3cbbb68 Add documentation to JSON loading functions 2024-02-10 10:23:20 +01:00
Alexander Bock fa1847d235 Add Lua function to load a JSON file 2024-02-10 10:18:57 +01:00
Alexander Bock 5e9af1bc13 Revent point overflow when viewing the solar system position far in the future (closes #3021) 2024-02-10 09:05:28 +01:00
Malin E 6bbcb8e2ad Add simple cutplane at current time in tube 2024-02-09 12:01:10 +01:00
Alexander Bock d67cabf578 Coding style update 2024-02-06 16:34:12 +01:00
Alexander Bock 6e29d898cf Update copyright header 2024-02-06 15:53:24 +01:00
Emma Broman 2323a8ce50 Issue/2985 - Add asset with default cmaps (#3004)
* Allow changing color map during runtime

* Stary building asset with colormaps (currently using local files)

* Add option to invert the color maps

* Remove final use of local viridis file in example and fix broken cmap update

* Use synced resource for colormap files

* Update advanced colormapping example

* Apply suggestions from code review

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

* Update data/assets/util/default_colormaps.asset

* Capitalize first letter of exported keys, to be more consistent with rest of code base

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2024-02-05 15:47:25 +01:00
Malin E d6635df936 Make sure the normals point in the right direction 2024-02-02 14:05:40 +01:00
Malin E 4fe77dc622 Improve double precision for tube further 2024-02-02 11:39:53 +01:00