Commit Graph

6020 Commits

Author SHA1 Message Date
Sovanny Huy
e0000fccbf change to vector 2019-05-28 15:33:09 -04:00
Sovanny Huy
23ee6c3c40 update texture based on set time 2019-05-28 14:28:36 -04:00
Sovanny Huy
7dfdee2141 downloading and uploading textures
using new endpoints
2019-05-28 13:32:04 -04:00
Sovanny Huy
d0e96672bb some new functions 2019-05-28 11:03:42 -04:00
Sovanny Huy
950df71c73 put changes in new class 2019-05-24 14:18:42 -04:00
Sovanny Huy
e2dbbe6ccd swapped sun to renderablesphere 2019-05-23 15:34:10 -04:00
Sovanny Huy
8ba797eba6 Merge remote-tracking branch 'origin/master' into thesis/2019/spaceweather-stream 2019-05-20 16:22:05 -04:00
Alexander Bock
d335ec0622 Add missing base.scene 2019-05-20 14:14:39 -06:00
Sovanny Huy
7d778f95fe update 2019-05-20 16:04:42 -04:00
Sovanny Huy
732a1ed1e3 update sgct 2019-05-20 15:59:43 -04:00
Sovanny Huy
a068db70f5 update ghoul? 2019-05-20 15:50:49 -04:00
Sovanny Huy
264435b1d1 Merge remote-tracking branch 'origin/master' into thesis/2019/spaceweather-stream 2019-05-20 15:29:33 -04:00
Alexander Bock
a94c5de8ca Fix the messenger scene 2019-05-20 11:29:03 -06:00
Alexander Bock
3a687b5c57 Cleanup of scene files by introducing a new base.scene from which all others derive
Add asset.filePath to the warning when trying to register an empty list
Correctly add HyperionTrail
2019-05-20 11:03:55 -06:00
Sovanny Huy
c9ea4c25f2 Merge remote-tracking branch 'origin/master' into thesis/2019/spaceweather-stream 2019-05-20 12:02:56 -04:00
Sovanny Huy
71f8d84149 download with thread 2019-05-20 11:51:27 -04:00
Emil Axelsson
43332d88eb Update webgui 2019-05-20 13:54:54 +02:00
Alexander Bock
508e3f191d Fix h key to correctly toggl all trail visibilities 2019-05-19 13:50:43 -06:00
Alexander Bock
314a52f837 Update Version number 2019-05-19 09:59:57 -06:00
Emil Axelsson
4afed908a1 Fix warnings 2019-05-19 17:50:42 +02:00
Emil Axelsson
673c31cfc7 Update webgui 2019-05-19 17:32:23 +02:00
Micah Acinapura
8ae5016556 dont add labelproperty for globes with no labels; 2019-05-19 10:38:27 -04:00
Emil Axelsson
58153ebe91 Fix misspelled barycentric trail names 2019-05-19 09:39:36 +02:00
Emil Axelsson
4783f8fc0a Cleanup 2019-05-19 02:33:14 +02:00
Emil Axelsson
4ec1f9ba1f Fix compilation with unix makefiles on mac. (#875) 2019-05-19 02:16:44 +02:00
Alexander Bock
0bb6b9d0e5 Cleanup 2019-05-18 17:31:06 -06:00
Alexander Bock
e03bf6fc2e Correctly reset uniform values when changing labels (closes #812) 2019-05-18 17:09:49 -06:00
Emil Axelsson
d0e9170658 Feature/cef cmake (#873)
* Expose `CMAKE_BUILD_TYPE` to cmake gui (for single configuration generators)
* Use generator expressions to get debug vs release mode
* Fix mac app icon
2019-05-18 22:50:00 +02:00
Jonathas Costa
916cc1d76d Issue/871 (#874)
* Fixed wrong merging.
* Add flat qualifiers to both geometry and fragment shaders
2019-05-18 22:46:10 +02:00
Jonathas Costa
1c0b892771 Added Oort sphere grid. (#872) 2019-05-18 14:32:13 -06:00
Alexander Bock
4d7ccdd54e Make loading percentages work again (closes #841) 2019-05-18 12:02:55 -06:00
Jonathas Costa
368292aba6 Fixed global fade-out. (#867) 2019-05-18 11:17:53 -06:00
Jonathas Costa
ae5392dbeb Fixed depth sorting for Sun's glare. (#868)
* Fixed depth sorting for Sun's glare.
2019-05-18 11:12:05 -06:00
Micah Acinapura
0eabffe752 exposed renderable type to gui, fixed path for milkyway items (#866)
* exposed renderable type to gui, fixed path for miklyway items
* Changes to session recording topic
* Update webgui
2019-05-18 17:00:31 +02:00
Alexander Bock
915d57f6f0 Add missing icon file 2019-05-17 17:29:36 -06:00
Gene Payne
64298dea8c Changes to SGCT and OpenSpace render engine to resolve issue #589 (#865)
* Added property for aspect ratio

* Working version with aspect ratio slider controlling the FOV, and also gets updated by a window resize.

* Created horizontal fov property / GUI control that preserves aspect ratio by adjusting vertical fov to match, and updates with window resizing.
2019-05-17 16:49:09 -06:00
Alexander Bock
dd5a0ff239 Add grids for light days, months, years, etc (closes #563) 2019-05-17 15:47:27 -06:00
Alexander Bock
c13152a9a0 Set window icon for all windows (#864) 2019-05-17 15:33:12 -06:00
Emil Axelsson
d6c5c98e6d Feature/time topic changes (#863)
* Time topic updates
* Update web gui and patch jsonconverters
2019-05-17 21:55:00 +02:00
Alexander Bock
512e35bea6 Feature/globe speedup (#862)
* Updated GDAL version to 2.4.1
 * Add vtune performance commands
 * Add Nvtools performance commands
 * Add warning if GDAL dataset could not be loaded
2019-05-17 18:24:14 +02:00
Alexander Bock
514d6e6a78 Some minor cleanups in the session recording 2019-05-17 10:18:33 -06:00
Gene Payne
32ebea9e06 Latest changes to session recording with support for new webGUI record/playback controls (#840)
* Added separate directory for session recording files
* Changed recording & playback paths to use RECORDINGS dir and prevent absolute or relative paths in filename.
* Updated .gitignore so that recordings directory is ignored.
* Added session recording topic for synchronization of rec/play state with web gui.
* Added support to sessionRecording for providing a list of available playback files to web GUI.
* Fixed problem with playback filenames in list
* Fixed problem with occasional large jump in camera pos/rotation after playback finishes.
* Fixed the remaining post-playback problem that was causing a jump in position and rotation.
* Fix path issue on mac
* Fixed bug with bad scale values in recordings saved in ascii format.
2019-05-17 14:05:03 +02:00
Jonathas Costa
c4781b01de Feature/new stars rendering (#784)
* Physically-based star rendering.
 * New Tully Pic Galaxies speck file w/o Milky Way
 * Removed PSC from stars rendering.
 * Avoiding extra calculations during shading.
 * Removed bug in billboard maximum size code.
 * New method to get the current viewport resolution. Used e.g. when rendering stereo side-by-side configuration.
 * Same as stereo stars.
 * Improved configuration.
 * Stars camera orientation.
 * Separated changes in billboards.
 * Adde min size control.
 * Setting minimum size.
 * Changed eye position. Changed data array nome inside shaders to a more accurate representation of the data.
 * Billboards reflecting actual stars sizes.
 * Scaling stars size based on luminosity, Abs Mag and size.
 * Rendering to a texture instead of fragment calculation for each star.
 * Added default parameters, new configurations and updated parameters.
 * Updated speck file handling to reflect a more general specification.
 * Added apparent magnitude from the speck files.
 * Set correct star values values for Apogee and Galah
 * Changed position from vec4 to vec3 to save GPU memory.
2019-05-17 01:16:17 +02:00
Alexander Bock
f990aaf01c Copyright header cleanup 2019-05-16 16:56:56 -06:00
Jonathas Costa
2b183b721b Feature/new globe labels (#783)
Adding globe labels for planets

https://github.com/OpenSpace/OpenSpace/issues/213
2019-05-16 21:34:07 +02:00
Sovanny Huy
7d00788241 Merge branch 'master' into thesis/2019/spaceweather-stream 2019-05-16 15:20:42 -04:00
Sovanny Huy
ce14ffce2b change texture based on time 2019-05-16 15:10:24 -04:00
Alexander Bock
4b800ac819 Various small fixes 2019-05-16 12:59:28 -06:00
Gene Payne
66379fe095 Fix for issue #800: Earth weather (temporal globebrowsing data) not caching. (#861) 2019-05-16 12:27:07 -06:00
Sovanny Huy
a165f9ea77 some renderloop testing 2019-05-15 14:55:11 -04:00