Commit Graph

2728 Commits

Author SHA1 Message Date
Matthias Berg
174918c73e Remove unused local state variable from dataLoader 2018-07-17 11:41:35 -04:00
Jonathan Grangien
21f7ddc7e0 Make reader store volume data item directories in StringListProperty 2018-07-17 11:40:09 -04:00
Matthias Berg
6b24db99fa Implement System file browser and prepare for setting file paths 2018-07-17 11:40:09 -04:00
Jonathan Grangien
8de1e23da9 Enable reading files from data/.internal on trigger in webgui 2018-07-17 11:40:09 -04:00
Matthias Berg
fd48d870c3 Rename set data loader isActive action 2018-07-17 11:40:09 -04:00
Jonathan Grangien
2f13e8665b Add data loader module 2018-07-17 11:35:39 -04:00
Matthias Berg
26761b4bcb Add data loader gui that listens to state change 2018-07-17 11:35:39 -04:00
Jonathan Grangien
dcbda1bb9e Move data loader files into a folder 2018-07-17 11:35:39 -04:00
Jonathan Grangien
75003530c3 Remove a comment 2018-07-17 11:35:39 -04:00
Jonathan Grangien
98539d2d0a Refactor SmallLabel into generic label with size prop
and apply to data loader button
2018-07-17 11:35:39 -04:00
Jonathan Grangien
b24f296106 Use TabMenuItem for data loader button to be consistent with styling 2018-07-17 11:35:39 -04:00
Jonathan Grangien
009d8e0d83 Make on screen gui background black for now 2018-07-17 11:35:39 -04:00
Jonathan Grangien
be7096a6c9 Add button to toggle a state for showing data loader gui 2018-07-17 11:35:39 -04:00
Jonathan Grangien
9968c0e15e Enable support for redux devtools 2018-07-17 11:35:39 -04:00
Jonathan Grangien
72a8cbd4f0 Disable eslint 2018-07-17 11:35:39 -04:00
farbrorberg
7a3673ae16 Add fix for converting fieldlines from json into binary 2018-07-17 11:35:39 -04:00
Jonathan Grangien
331b314e4a Fix how r^2 is applied and calculate corresponding min/max
Improve model visualization accuracy
Improve task performance
2018-07-17 11:35:38 -04:00
Jonathan Grangien
88aa086719 Implement option to factor variable by r^2 during preprocess of mhd data 2018-07-17 11:24:46 -04:00
Jonathan Grangien
c2fca8be46 Comment out lowerValueBound/lowerUpperBound until further revision 2018-07-17 11:22:53 -04:00
farbrorberg
f75590f8c6 Begin implementing mas-fieldlines 2018-07-17 11:21:50 -04:00
Emil Axelsson
b7938549bd Enable spherical raycasting again 2018-07-17 11:21:50 -04:00
Jonathan Grangien
e23508cdce Fix merge 2018-07-17 11:17:27 -04:00
Emil Axelsson
3237c37a6a Work on volume generation and rendering 2018-07-17 11:12:24 -04:00
Jonathan Grangien
dc79249e44 volume raycaster: Add back simple lower/upper value 0 to 1 remapping 2018-07-17 10:59:08 -04:00
Emil Axelsson
61404b408e Change domain bounds into a non-optional parameter 2018-07-17 10:37:19 -04:00
Emil Axelsson
9c23bdc472 Create volume generation task 2018-07-17 10:36:48 -04:00
jon-grangien
a750dee5f4 Change usage of transferfunctionhandler to core package transferfunction 2018-07-17 10:32:17 -04:00
Jonathan Grangien
70dd0b271a Debug transfer function handler usage of classes 2018-07-17 10:23:02 -04:00
Jonathan Grangien
3ae6cdbd6a Fix namespace indentation in a couple of files 2018-07-17 10:19:56 -04:00
Matthias Berg
71dc87b9e2 Test MAS model rendering with existing functionality 2018-07-17 10:13:27 -04:00
Alexander Bock
001935a139 Add missing files in multiresvolume 2018-07-16 17:28:52 -04:00
Alexander Bock
1e97bae229 OpenGL logging
Print warning if OpenGL logging is disabled but loglevel is too low
Fix format of printed functions

Closes 656
2018-07-13 16:22:24 -04:00
Alexander Bock
d0f3e5507a Code cleanup
Remove warnings from multiresvolume module
2018-07-13 16:02:42 -04:00
Emil Axelsson
13edfb64b4 Fix shader path 2018-07-13 11:28:16 +02:00
Emil Axelsson
902e3e6dac Feature/time interpolation (#669)
* Initial implementation
* Better approximation of target time
* Correctly use double precision for time passing
* Cleanup
* Adding proportional adjustment of delta time at end of interpolation
* Keyframe based time interpolation
* Add property for time interpolation duration. Move time interpolation methods to TimeManager.
* Fix bugs with time gui
* Make several clicks on delta time buttons work as expected
* Clean up
* Improve time interpolation for parallel connection
* Improve time API. Fix time interpolation bugs.
* Fix mac compile issue
* Add hour button
* Add missing + sign
* Remove newer images from projection buffer when going back in time
* Add comment about clearing projection buffer
* Fix bug with jumping time in parallel connection
* Rename integrateFromTime to previousFrameTime
* Compile fix for iswa module
* Address code review comments
* Code cleanup
* Fix bug causig unsmooth behaviour when pausing while interpolating in time
2018-07-13 11:07:35 +02:00
Emil Axelsson
6007f1d70d Feature/model lighting (#670)
* Fix NH texture and add lighting options
* Add missing comma
* Light sources: work in progress.
* Add light sources
* Remove unused values
* Add types to documentation
* Add light sources to various missions
* Code cleanup based on review
2018-07-13 09:01:43 +02:00
Emil Axelsson
8a6dd14330 Fix issue #660 and provide percentage for http syncs (#671)
Fix issue #660 and provide percentage for http syncs
2018-07-13 08:51:18 +02:00
Alexander Bock
12c87969a7 Add BoolProperty to SpaceModule to control SpiceManager exception handling (closes #661)
Add debugging indices to SceneGraphNodes
Rename ImGui indices debugging definition
2018-07-12 17:48:34 -04:00
Emil Axelsson
d20bb6d634 Set maximum iterations for geodetic surface projection 2018-07-12 14:25:33 +02:00
Emil Axelsson
1b3df16c28 Feature/time frame (#642)
* First implementation of time frames
* Add TimeFrameUnion. Only show solar system 1850-2150.
* Consider dependencies when determining whether time frame is active
* Code review fixes.
2018-07-11 10:42:06 +02:00
Matthew Territo
c2b1a3fd42 Pop Message from queue after use to fix reference lifespan 2018-07-07 23:31:17 +02:00
GPayne
db28b3e2a9 Merged master into touch-user-study branch 2018-07-05 15:33:46 -06:00
GPayne
f84f5f5cc5 Deleted unecessary casting operation as part of PR review 2018-07-05 14:34:35 -06:00
Alexander Bock
8dce177d33 Remove more warnings on Jenkins 2018-07-05 14:40:54 -04:00
Jonathas Costa
3ffca283a5 Removed unsused code. 2018-07-05 14:14:13 -04:00
Alexander Bock
ef61dc8c16 Rename DashboardGlobeLocation to DashboardItemGlobeLocation
Remove JSON from iswa module and use openspace one instead
Remove warnings
General code cleanup
2018-07-05 12:00:32 -04:00
Alexander Bock
d86b78f2f5 Address PR comments 2018-07-05 09:47:35 -04:00
Emil Axelsson
a144a3ef36 Prevent leaking lua variables to global scope 2018-07-04 22:14:37 +02:00
Emil Axelsson
4fe4932d0e Fix bug with incorrect lighting for RenderableModels 2018-07-04 10:35:19 +02:00
Emil Axelsson
ec89a5a4f9 Fix bugs in volumetric rendering 2018-07-03 19:17:25 +02:00