Commit Graph

8344 Commits

Author SHA1 Message Date
GPayne e374eef72d Fixed merge conflicts with master 2021-05-20 19:55:49 -06:00
GPayne 3f9ae245c7 Added loop playback option to repeat playback file 2021-05-20 19:06:39 -06:00
GPayne fb739d719e Restored support for session recording files in any directory 2021-05-20 12:44:29 -06:00
GPayne 5dfe4cb5c2 Added topic for new session recording pausing within playback 2021-05-20 12:09:11 -06:00
Malin Ejdbo e21948833e Profile and asset clean up 2021-05-20 16:15:46 +02:00
Malin Ejdbo 80eba3bdd9 Address PR comments 2021-05-20 13:44:45 +02:00
Malin Ejdbo 2fafb34d08 Add rotation node before the JWST 2021-05-20 12:03:42 +02:00
GPayne 413639e9fe Fixed problems with pausing time and time management 2021-05-19 19:47:51 -06:00
Malin Ejdbo 52a9e23fa9 Add Lua function that returns the worldPosition of a scenegraph node 2021-05-19 11:41:05 +02:00
Malin Ejdbo 0d06c68f6f Clean up 2021-05-18 16:41:15 +02:00
Alexander Bock b9a8ec93de Update Ghoul version 2021-05-18 14:19:54 +02:00
Alexander Bock aec5144da3 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2021-05-18 13:17:02 +02:00
Alexander Bock 107ed9f51c Fix issue when trying to print non-ascii character 2021-05-18 13:16:53 +02:00
Emma Broman 0f6423c2cc Update documentation for time.interpolateTime
Now also includes info about the optional second property
2021-05-18 12:45:55 +02:00
Alexander Bock 205d4c9db1 Feature/speck loader (#1585)
* Implement a shared speckfile loader
* Apply new speck loader to RenderableBillboardsCloud, RenderablePlanesCloud, RenderablePoints
2021-05-17 13:59:54 +02:00
Malin Ejdbo e209c4a0a2 Add band of availabe view of the JWST 2021-05-17 11:05:02 +02:00
Alexander Bock 92432caed2 Adapt to changes in Ghoul that made absPath return a std::filesystem::path instead of a std::string 2021-05-17 00:23:15 +02:00
Alexander Bock ccdc5a5dc3 Feature/filesystem cleanup (#1587)
* Adapting to the changes in Ghoul
* First step of moving filesystem functions to std
* Remove persistence flag from cachemanager
2021-05-16 20:26:49 +02:00
Malin Ejdbo 9cdd252781 Make buttons on SpaceMouse to switch between local and global roll 2021-05-14 17:09:06 +02:00
Malin Ejdbo 64985614bf Make SpaceMouse respond to sensitivity slider 2021-05-12 17:43:29 +02:00
Malin Ejdbo def7f1f1a2 Merge branch 'master' into feature/space-mouse
* Resolve conflicts
2021-05-12 17:32:26 +02:00
Malin Ejdbo 3e2a1c98fb Add property to change the number of lines connecting the prism shape 2021-05-12 16:29:00 +02:00
Malin Ejdbo 9efb95ce78 Correct RenderablePrism rendering 2021-05-12 15:15:45 +02:00
Malin Ejdbo 0ae8849adf Merge branch 'master' into feature/jwst 2021-05-12 09:34:52 +02:00
Malin Ejdbo 16d38962c8 Add option to invert ModelScale
* Scale the JWST to correct size

* Add non standard units as option for ModelScale

* Add boolean option to invert the ModelScale of a RenderableModel

* Update JWST prism to correct size and matching rotation of JWST
2021-05-12 09:27:14 +02:00
Malin Ejdbo 085f2ecf60 Fix rendering of RenderablePrism 2021-05-10 13:54:19 +02:00
Alexander Bock 2ca7101b6c Actually make use of the model matrix in the atmosphere radius calculation for determining whether it should be culled (closes #1465) 2021-05-08 21:25:35 +02:00
Alexander Bock 9b1f733deb Fix issue that prevented default-constructed transformations from being registered as PropertyOwners 2021-05-08 20:18:18 +02:00
Alexander Bock abd084c0a9 Only use the adaptive level-of-detail when actually rendering out frames in a session recording (closes #1292); Remove OpenGL performance warning messages when writing frames due to expected GPU-CPU sync 2021-05-08 19:53:40 +02:00
Alexander Bock e3af4a9f09 Add the ability to specifiy a specific time for a TemporalTileProvider (closes #1171) 2021-05-08 19:17:00 +02:00
Alexander Bock 09e28ff49e Enable Screenspace renderable to have a multiplicative color; Add new asset to show a target marker (closes #85); Fix bug with wrong documentation shown in RenderablePlane 2021-05-08 18:08:56 +02:00
Alexander Bock f74bf97513 Update SGCT repository (closes #1437), VAO hygiene for RenderablePlane 2021-05-08 16:57:08 +02:00
Alexander Bock 54fc94bfaf Remove unused parameters and document the remaining properties of RenderableGlobe (closes #1470) 2021-05-08 01:18:50 +02:00
Alexander Bock 139d2c6c6d Apply more codegen checks (#1579)
* Apply more codegen checks
2021-05-08 00:44:23 +02:00
Malin Ejdbo b909888b19 Merge branch 'master' into feature/jwst 2021-05-07 16:54:43 +02:00
Malin Ejdbo 19c845b422 Add initial version of RenderablePrism 2021-05-07 16:53:13 +02:00
Malin Ejdbo 006395f4aa Enable JWST animation at start 2021-05-07 15:27:42 +02:00
Emma Broman 3d824f970e Fix misspelled function that prevented grids example asset from loading 2021-05-07 14:43:05 +02:00
Emma Broman d7bd50362e Fix interaction sphere UI bug 2021-05-06 17:04:56 +02:00
Emma Broman e6a7225028 Fix missed perSceneCache rename in test file 2021-05-06 15:24:35 +02:00
Alexander Bock 4c80577d4b Rename PerSceneCache to PerProfileCache and make it work again (closes #1577)
Breaking change in openspace.cfg file:   PerSceneCache -> PerProfileCache
2021-05-05 16:14:00 +02:00
Malin Ejdbo 25b56cb4c6 Add keybind to enable/disable Hubble image and lagrangian points 2021-05-05 13:41:52 +02:00
Malin Ejdbo 298c14336d Make Hubble image a screenspace renderable 2021-05-05 13:39:24 +02:00
Gene Payne 9166abab45 Fixed a typo which caused a build error 2021-05-04 10:50:28 -06:00
Emma Broman 804444e267 Simplify Property code (#1575)
* Remove the PropertyDelegate

* Remove some unused and redundant property types

* Use helper functions for Lua/Json conversion

* Solve a bug in SelectionProperty that occurred when re-setting options

* General simplification and refactoring of the code
2021-05-04 09:32:29 +02:00
GPayne d47ac2f248 Added month of day limit for yearly increment 2021-05-03 15:18:16 -06:00
GPayne 6fc1d608e9 Fix that allows all days of month except monthly increment still at 1-28 2021-05-03 15:18:16 -06:00
Malin Ejdbo d145a04d35 Update profile start time and place to match launch 2021-05-03 16:19:38 +02:00
Malin Ejdbo cfc8eb209e Add initial version of jwst profile 2021-05-03 14:32:47 +02:00
Malin Ejdbo b07c319551 Add the other Lagrangian points (L1, L4, L5) 2021-05-03 14:30:09 +02:00