Commit Graph

10287 Commits

Author SHA1 Message Date
Ylva Selling ff40138e9b Update asset 2023-01-17 11:19:17 -05:00
Ylva Selling f11e1469b4 Merge branch 'feature/video-on-globe' of https://github.com/OpenSpace/OpenSpace into feature/video-on-globe 2023-01-17 10:13:11 -05:00
Malin E 2d78909ea2 Use mpv_get_property_async instead of the non async version 2023-01-17 10:13:02 +01:00
Ylva Selling b709c96627 Update video asset 2023-01-13 12:41:25 -05:00
Ylva Selling 61824c1f7d Add some initialization values, print meta data and get resolution of video 2023-01-13 12:16:28 -05:00
Ylva Selling 9b843080f7 Request debug messages 2023-01-13 12:01:08 -05:00
Ylva Selling 62a1cac673 Request log messages 2023-01-13 12:00:39 -05:00
Malin E 0cd4a70ff3 Fix deinitialize exception 2022-12-21 10:47:19 +01:00
Malin E 4ba97bde52 Sync video with OpenSpace time 2022-12-21 10:31:12 +01:00
Malin E a2bbc44410 WIP something renders on the globe! 2022-12-20 17:31:15 +01:00
Malin E a70e058eda WIP use libmpv instead of ffmpeg to render video tiles 2022-12-19 13:26:45 +01:00
Ylva Selling 90840001d9 Testing to read the video with libmpv and rendering it to OpenGL. Currently not working 2022-12-13 14:57:55 -05:00
Ylva Selling f233043f98 Working naive example 2022-12-12 16:00:01 -05:00
Ylva Selling 33c4180e96 Add libmpv and create some functions to test that the linking works 2022-12-12 15:07:24 -05:00
Malin E a132d5f48b Remove bounce mode for video playback 2022-11-28 15:48:30 +01:00
Malin E adbd1362a2 Rework frame index calculation + Debug checks 2022-11-28 15:41:27 +01:00
Malin E 2f07d5d3f9 Merge branch 'master' into feature/video-on-globe 2022-11-28 13:09:38 +01:00
Malin E ad5389bc87 Prevent joystick interaction during camera path or recording playback 2022-11-25 10:53:14 +01:00
Alexander Bock 44e5b17ec9 Global pass over the code to remove trailing spaces 2022-11-22 21:06:52 +01:00
Alexander Bock 0fe1cb7c23 Fix missing 1 on Voyager in focus action 2022-11-21 19:33:06 +01:00
Alexander Bock ffc56a79e6 Fix missing GuiPath for setting Jupiter approach time in Voyager profile 2022-11-21 19:28:38 +01:00
Alexander Bock 4ae50bbcb8 Fix issue with the Show All Trails / Hide All Trails action when no trails with specific capitalization are present in the profile 2022-11-21 19:22:01 +01:00
Alexander Bock cc366db299 Correctly place Perseverance on Mars after landing 2022-11-21 19:12:55 +01:00
Alexander Bock 9ae5e16b90 Fix ESRI WorldImagery URL 2022-11-18 15:16:04 +01:00
Malin E 6f45801732 Merge pull request #2315 from OpenSpace/feature/xbox-update
Update xbox controller asset
2022-11-16 10:06:01 +01:00
GPayne 0e52b3debd Minor fix to ostest timestamps to avoid timing issue 2022-11-15 08:58:24 -07:00
GPayne 9aa229fd28 Minor fixes to image test scripts 2022-11-15 08:56:32 -07:00
Malin E 96c31c9746 Update wireless xbox joystick deadzone size 2022-11-15 16:54:24 +01:00
Malin E 69b83c8316 Update wireless xbox joystick asset 2022-11-15 16:51:07 +01:00
Malin E 6a25d12aae Update PS4 joystick asset 2022-11-15 16:50:05 +01:00
Emma Broman 10f4e848b9 Remove row setting non-existing property in orion nebula asset
Bounding sphere is however correctly computed
2022-11-14 18:10:27 +01:00
Malin E 4378732868 Update xbox controller asset 2022-11-14 11:35:45 +01:00
Alexander Bock c0ca5fb45d Merge pull request #2312 from OpenSpace/issue/2259
Fixes for vesta and orionnebula_model spheres
2022-11-14 10:30:23 +01:00
Alexander Bock 44f1b7cda2 Merge pull request #2304 from OpenSpace/issue/2212
Various precision fixes for camera paths
2022-11-14 10:30:04 +01:00
Alexander Bock e7f52f3893 Address PR 2022-11-14 10:29:26 +01:00
Malin E 54a254e189 Some Ceres fixes (#2295)
* Add Ceres in dwarf planet folder
* Remove old Ceres asset and redirect dawn profile to the new asset
* Remove missing dawn kernels from list in asset
* Add meta info for dawn and vesta asset files
* Add WMS layer
2022-11-14 10:28:06 +01:00
Micah Acinapura 175f348933 Update to treks assets for shorter filenames (#2311)
* Update to treks assets for shorter filenames
* Update asset spaces for treks assets
2022-11-14 10:27:22 +01:00
Ylva Selling cf35d78eaa Create first draft of animation modes 2022-11-11 15:35:52 -05:00
Micah Acinapura 0cbb9ec562 fixes for vesta and orionnebula_model spheres 2022-11-11 14:21:58 -05:00
Emma Broman 94d36bd43e Update GUI hash (actions panel updates, and skybrowser performance...? ) 2022-11-10 10:47:30 +01:00
Emma Broman b59f5b51d4 Clarify info message when using linear path due to precision issues 2022-11-10 09:28:27 +01:00
Emma Broman 2838a9db57 Fix precision problems when removeing roll from rotation
Sometimes led to stuttering
2022-11-10 09:28:08 +01:00
Malin E 89ae484fbe Speed up decoding of video (hopefully) 2022-11-08 14:33:35 +01:00
Ylva Selling 7b85209dfc Mark functions in header file as const as well 2022-11-07 16:06:34 -05:00
Emma Broman e565b9cb2f Prematurely end linear path interpolation if there is not enough precision 2022-11-07 21:39:12 +01:00
Ylva Selling 8f182136fa Merge pull request #2296 from OpenSpace/issue/2093
Make dragging in skybrowser work in fisheye projection with new mode
2022-11-07 13:00:42 -05:00
Ylva Selling 2dc6ecb1ae Mark functions as const as adressed in PR comment 2022-11-07 13:00:24 -05:00
Ylva Selling 0be950f4ba Update GUI hash 2022-11-07 12:58:52 -05:00
Ylva Selling bab3c78cf2 Add target node id to skybrowser topic 2022-11-07 12:53:30 -05:00
Ylva Selling e04ccdd15d Merge remote-tracking branch 'origin/master' into issue/2093 2022-11-07 12:37:35 -05:00