Commit Graph

10172 Commits

Author SHA1 Message Date
Ylva Selling cf35d78eaa Create first draft of animation modes 2022-11-11 15:35:52 -05:00
Malin E 89ae484fbe Speed up decoding of video (hopefully) 2022-11-08 14:33:35 +01:00
Malin E e561694eca Add Tracy zones 2022-11-07 11:53:53 +01:00
Ylva Selling ed20e394f5 Stretch video between start and end times 2022-10-28 16:58:44 -04:00
Ylva Selling 88ca62981c Merge branch 'feature/video-on-globe' of https://github.com/OpenSpace/OpenSpace into feature/video-on-globe 2022-10-28 14:13:08 -04:00
Malin E d369e63e12 Bind in gmae time to the video time 2022-10-17 11:10:05 +02:00
Ylva Selling c7da2d28ad Merge branch 'feature/video-on-globe' of https://github.com/OpenSpace/OpenSpace into feature/video-on-globe 2022-10-14 15:22:14 -04:00
Ylva Selling fbf1fa125e Traverse over full tile texture 2022-10-12 08:56:19 -04:00
Malin E cff3d3c4f1 WIP find corresponding frameindex in video depending on in game time 2022-10-12 13:44:56 +02:00
Malin E f81e911a22 Add PBO for async texture upload 2022-10-05 16:17:19 +02:00
Malin E 8a3079519a Enable caching for each video frame to increase FPS 2022-10-05 11:29:07 +02:00
Ylva Selling f876f05202 Merge remote-tracking branch 'origin/master' into feature/video-on-globe 2022-10-04 12:08:51 -04:00
Ylva Selling a3e048232e Make reset button work (it restarts the video from the beginning) 2022-10-04 12:07:20 -04:00
Ylva Selling fa30188e44 Fix bug with rendering video layer 2022-10-04 12:06:08 -04:00
Ylva Selling 03a8e58955 Move intialization from constructor to internalInitialize and create a member variable that keeps track of initialization 2022-10-03 17:05:17 -04:00
Ylva Selling 2737679da2 Play video with correct fps 2022-10-03 16:15:08 -04:00
Ylva Selling 9040fb106f Scale all videos to 2048 * 1024 pixels 2022-09-29 12:28:14 -04:00
Ylva Selling d84738b0db Cleanup - remove unnecessary dynamic allocation of memory and unused texture 2022-09-29 12:12:20 -04:00
Malin E 866b37fac3 Expose ambient intensity value for globes as a property 2022-09-28 12:03:41 +02:00
Ylva Selling 535d00a186 Move allocation of tile memory to constructor and destructor to optimize rendering 2022-09-28 05:53:55 -04:00
Ylva Selling 301dfafabf Change the traversal of texture so the full image is displayed correctly on the globe 2022-09-28 05:52:59 -04:00
Malin E 0bf06427e2 Merge pull request #2242 from OpenSpace/feature/grid-labels
Labels update
2022-09-28 11:19:28 +02:00
Malin E 8129762524 Add loggercat for labelscomponent 2022-09-28 11:14:07 +02:00
Ylva Selling aec2baf7d1 Add caching for tiles 2022-09-28 05:12:52 -04:00
Malin E 7883311740 Merge branch 'master' into feature/grid-labels 2022-09-28 10:51:11 +02:00
Malin E 80a0ae8f09 Split image into tiles when requested 2022-09-26 13:59:50 +02:00
Malin E 71a2cf685a Remove not needed initialization 2022-09-23 15:35:29 +02:00
Gene Payne eded668b95 Merge pull request #2226 from OpenSpace/issue/2209
Issue/2209 Fixes for Session Recording Conversion
2022-09-22 10:10:11 -06:00
Malin E ac79e4dc07 Start addressing PR comments 2022-09-22 12:01:01 +02:00
Malin E 73fb5e5476 Only create tiles when they are requested 2022-09-22 11:16:34 +02:00
Alexander Bock f502922338 CMake cleanup (#2246)
* Simplification of the DLL copying mechanism on Windows
* Only deploy Qt on Windows
* Use set_target_properties function
2022-09-21 10:52:05 +02:00
Gene Payne ae84f1b120 Renderable prop change updates buffers without reinitializing GL (#2241) 2022-09-20 15:40:12 -06:00
Ylva Selling 33c0fb7eb6 Fix some bugs so that the texture is showing again 2022-09-20 12:18:11 -04:00
Ylva Selling fbdf9acf37 Fix crash of sw_scale and change code so that the texture only changes its data, and is not created unique every frame 2022-09-20 12:04:51 -04:00
Malin E a0455bca70 Fix texture crashing 2022-09-20 14:04:38 +02:00
Malin E 34aa515f16 Fix issue with grid for different x and y values
* Also adjust grid example asset to showcase the highlight feature
2022-09-19 14:37:42 +02:00
Malin E e215e9f2a7 Add labels to the other grid classes too 2022-09-19 12:07:59 +02:00
Malin E 69790882b9 Merge branch 'master' into feature/grid-labels 2022-09-19 09:38:40 +02:00
Malin E e04e06492f Try to create texture from a frame
* NOTE: It doesn't work yet
2022-09-16 14:44:39 +02:00
Emma Broman 57dc7dd6b8 Add some missing includes 2022-09-16 08:18:54 +02:00
Malin E dcdfbf028f Add font size and face camera property 2022-09-14 13:25:45 +02:00
Malin E 533b1965c7 Enable depth test for the grids 2022-09-14 11:18:39 +02:00
Malin E 1c3dd8080c Merge branch 'master' into feature/grid-labels 2022-09-14 10:42:56 +02:00
Gene Payne 7946a93ee5 Fix for linux crashing when reading OMM files
Linux doesn't use the '\r' line ending, so it doesn't recognize a line with only '\r' as being empty.
2022-09-13 16:10:03 -06:00
Emma Broman dbb973b0ec Update GUI hash
* Geo Location panel
* Dependency updates
* Getting started tour
+ some other changes/improvements
2022-09-13 10:53:30 +02:00
GPayne 0ba064e141 Fix to account for possible empty string in session recording script 2022-09-11 21:42:46 -06:00
Gene Payne 31f859b589 Fixed string_view conversion bug in TaskRunner 2022-09-11 21:33:15 -06:00
GPayne acf45e858b Fixed file path bug with converting session recording version 2022-09-11 19:42:56 -06:00
Ylva Selling c705e5336f Add a first attempt to make the avFrame a ghoul texture 2022-09-09 08:20:44 -04:00
Ylva Selling ae1dd8aa52 Make sure that the loading of video works and add test function to print the individual frames as images to files 2022-09-09 07:14:19 -04:00