Emma Broman
de8005be4d
Split up path helper functions to separate, more specific, files
...
Some in Ghoul and some in OpenSpace core util
2021-07-14 10:22:48 +02:00
Emma Broman
18a0a89030
Remove fogotten camera file (moved to another folder)
2021-07-14 10:22:41 +02:00
Emma Broman
16173d7afe
Merge branch 'master' into thesis/2019/camera-paths and resolve conflicts
...
# Conflicts:
# modules/globebrowsing/globebrowsingmodule.cpp
# modules/globebrowsing/globebrowsingmodule_lua.inl
2021-07-09 15:43:17 +02:00
Emma Broman
771aa46fcd
Adress review comments
2021-07-09 15:35:14 +02:00
Emma Broman
23b70eaf14
Remove forgotten delta time printout
2021-07-09 10:53:05 +02:00
Gene Payne
5da4f104e8
Small fix for linux gcc build error
2021-07-08 13:43:09 -06:00
Micah
e00ae8a34d
update version number for 0.17.0 release
2021-07-08 07:49:22 -04:00
Micah
4493726aae
update sbs stereo config
2021-07-08 07:46:48 -04:00
Emma Broman
4c5f45fccb
Add debugging funciton to add cartesian axes for a scene graph node
2021-07-08 09:50:35 +02:00
Emma Broman
893995de5b
Add missing include
2021-07-08 09:38:20 +02:00
Micah Acinapura
f067cfa63b
adding renderable type back to renderables
2021-07-07 12:19:15 -04:00
Micah Acinapura
95d008f69e
update ghoul
2021-07-07 11:16:15 -04:00
Micah Acinapura
5a29f1a276
smaller value for adaptaive stereo hack
2021-07-07 10:39:53 -04:00
Gene Payne
018207b718
Issue/1669 ( #1678 )
...
* Potential fix for pause during playback-with-screenshots
* Fixed a typo that slipped in
* Added code from Emma to allow pausing during playback-with-frames
2021-07-07 10:33:44 -04:00
Emma Broman
85e7c6a146
A few exponential slider updates
...
* Add exponent to RenderableTrail period and resolution
* Lower exponent of stereoscopic depth slider, to give better control
2021-07-07 14:29:38 +02:00
Emma Broman
1b3597fac4
Update navigation includes in touch module
2021-07-07 10:44:17 +02:00
Micah Acinapura
c35ff0e8f2
adapt addFocusNodes for GlobeTranslation
2021-07-06 23:38:36 -04:00
Emma Broman
d4c06951da
Update faulty docs and function name for getGeoPosition ( #1662 ) ( #1677 )
...
New name: getLocalPositionFromGeo
2021-07-06 23:37:53 -04:00
GPayne
5370b9190e
Fix for new hi-res Bennu projection model
2021-07-06 17:10:52 -06:00
Micah Acinapura
4a51eec75a
update gui hash
2021-07-05 15:06:53 -04:00
Micah Acinapura
04ab698120
config file fixes
2021-07-05 14:47:04 -04:00
Malin E
ffd3514b77
Merge pull request #1671 from OpenSpace/feature/radec-conversion
...
Feature/radec conversion
2021-07-05 10:31:16 +02:00
Malin Ejdbo
b910282291
Merge branch 'master' into feature/radec-conversion
2021-07-05 09:38:12 +02:00
Alexander Bock
8e5a7034ee
Add the ability to optionally ignore the scale value read from session recordings
2021-07-04 19:45:54 +02:00
Alexander Bock
82b7c4e823
Fix issue with interrupted fisheye rendering between cube maps ( closes #1275 )
2021-07-03 23:27:06 +02:00
Micah Acinapura
a8fd08efef
Feature/render at distance ( #1665 )
...
Adding option to disable distance check for globes
Co-authored-by: Alexander Bock <mail@alexanderbock.eu >
2021-07-03 20:06:11 +02:00
Alexander Bock
724ad5b553
Reduce fontsize of shutdown warning and center it instead with a dimming of the rendering ( #1675 )
...
* Reduce fontsize of shutdown warning and center it instead with a dimming of the rendering
2021-07-03 19:00:12 +02:00
Emma Broman
ee3e0c8ae0
Start cleaning up and document some helper functions
2021-07-02 11:23:15 +02:00
Malin E
472644ece2
Merge pull request #1668 from OpenSpace/issue/1652
...
Add base texture or color to ModelProjection
2021-07-02 10:36:07 +02:00
Alexander Bock
5ed70f9142
Merge branch 'master' into issue/1652
2021-07-02 10:19:29 +02:00
Emma Broman
2bf7c6fb77
More orbitalnavigator cleanup, using quaternion helpers
2021-07-02 10:06:22 +02:00
Malin Ejdbo
36393c1078
Update Ghoul
2021-07-02 10:01:57 +02:00
Malin Ejdbo
9d7d8686ea
Merge master
2021-07-02 10:00:42 +02:00
Malin Ejdbo
bec5274ff0
Merge in master
2021-07-02 09:53:53 +02:00
Emma Broman
0019360a2c
Tiny navigation code cleanup
2021-07-02 09:43:04 +02:00
Malin Ejdbo
505601b1c9
Update Ghoul
2021-07-02 09:35:16 +02:00
Malin Ejdbo
0f0812ea15
Address further PR comments
2021-07-02 09:05:01 +02:00
Emma Broman
1912f8f08b
Avoid non-supported ranges for exponential slider ( #1672 )
...
* Warn if setExponent is called with an invalid minmax range
* Disable bounding and interaction sphere exponent, to suppress warning
2021-07-02 08:11:37 +02:00
Alexander Bock
87da9a27ab
Feature/path normalization ( #1674 )
...
* Path normalization (making sure there are fewer cases of '"..."'
* Using more std::filesystem::path instead of std::string
* Update Ghoul
2021-07-01 23:46:22 +02:00
Malin Ejdbo
dbffe34395
Address PR comments
2021-07-01 17:45:28 +02:00
Malin Ejdbo
21204e8367
Address PR comments
2021-07-01 17:38:28 +02:00
Alexander Bock
20aa307ece
Feature/sun position atmosphere ( #1673 )
...
* General atmosphere cleanup
* Make sun projection originate from Sun position instead of SSB (closes #1695 )
2021-07-01 15:27:09 +02:00
Malin Ejdbo
0d259b195c
Update Ra Dec conversion lua function documentation
2021-06-29 10:48:22 +02:00
Malin Ejdbo
9ef67d30c8
Remove redundant includes
2021-06-29 10:42:12 +02:00
Malin Ejdbo
9dc2b3348b
Clean up
2021-06-29 10:06:19 +02:00
Alexander Bock
92c4837c6c
Correctly pass in the irradianceFactor into the inscatter radiance for atmosphere ( closes #1660 )
2021-06-28 15:47:18 +02:00
Malin Ejdbo
7aafe39583
Add base texture or color to ModelProjection
2021-06-28 15:28:08 +02:00
Alexander Bock
773585565e
Update SPICE library to N0066, build spice as static library to improve performance slightly
2021-06-28 13:10:42 +02:00
Alexander Bock
55ffbf0bce
Increase the number of objects and windows that are extracted from SPK and CK files
2021-06-28 12:54:11 +02:00
Malin Ejdbo
2c47735757
Merge branch 'master' into feature/radec-conversion
2021-06-28 12:13:58 +02:00