Commit Graph

57 Commits

Author SHA1 Message Date
Alexander Bock
f024c25666 Add the ability to run as task file at startup. Add new model conversion task that requires an OpenGL context. Add ability to use FileVerifier and DirectoryVerifier on files that don't exist (#3612) 2025-04-29 09:50:29 +02:00
Emma Broman
1db7dcf2c3 Provide error if output failed in exoplanet data prep task
And update hardcoded filepath to teff_bv file to current version, for easier usage next time
2023-03-09 21:52:33 +01:00
Alexander Bock
44e5b17ec9 Global pass over the code to remove trailing spaces 2022-11-22 21:06:52 +01:00
GPayne
acf45e858b Fixed file path bug with converting session recording version 2022-09-11 19:42:56 -06:00
Alexander Bock
debcb43ade Feature/assets (#1784)
General overhaul of the Asset loading system
2021-12-19 18:04:01 +01:00
Emma Broman
d7565f65ee Add script to download the expolanets dataset for the dataprep task
* Python script to download all the columns needed
* Update task file. Use strings instead of std::filesystem::path, so that relative paths and tokens can be used
2021-11-15 13:44:57 +01:00
Alexander Bock
fb8e80ea80 Adjust tab width for asset and task files 2021-04-28 19:19:51 +02:00
Gene Payne
9c9f547a10 Some bug fixes for recursion problems 2020-11-18 10:20:38 -07:00
Emma Broman
7e34e1b1d8 Resolve merge conflict 2020-10-12 09:30:51 +02:00
Alexander Bock
de97a5520a Merge branch 'master' into feature/session-recording-improvements
# Conflicts:
#	include/openspace/network/messagestructures.h
#	src/interaction/sessionrecording.cpp
2020-10-09 22:10:40 +02:00
Emma Broman
9616782ab7 Remove the old data preparation task 2020-10-09 15:52:41 +02:00
Emma Broman
fd04af5156 Add the new data preparation task file 2020-10-09 12:48:16 +02:00
Emma Broman
754128a9e7 Some final cleanup 2020-09-28 11:37:28 +02:00
Emma Broman
4e73a1b2ef Cleanup csvtobin task slightly 2020-09-14 11:27:32 +02:00
Emma Broman
0ebe523bce Merge branch 'master' into thesis/2018/exoplanets 2020-08-25 13:40:33 +02:00
Gene Payne
cd7be9b870 Conversion task working for both directions 2020-07-14 17:19:24 -06:00
GPayne
39f4dc33cb Initial pass of merging satellite debris into master and switching satellites to use grouped scenegraphnodes. 2019-08-13 15:39:06 -06:00
Elon
46c22488d7 wrapping up thesis project 2019 space debris 2019-07-22 16:16:21 -06:00
Elon
3fbe042250 spherical grid now works 2019-06-18 09:54:20 -06:00
Jonathan Fransson
fa8100ee0b Spherical representation working and general clean up 2019-06-17 17:11:39 -06:00
Jonathan Fransson
c8e297a5b9 debris performanslogging, fixed spherical coords and asset clean-up 2019-06-12 15:15:15 -06:00
Elon
7c2527a1e7 first start at using spherical grid with debris volume 2019-06-07 15:53:17 -06:00
Elon
3ae183b997 volume sequences can be made, and they will use a global min and max value 2019-06-04 16:44:14 -06:00
Elon
6da1e3327a merge 2019-05-23 11:52:58 -06:00
Elon
33cb871a41 trying to fix orbits 2019-05-23 11:47:27 -06:00
Jonathan Fransson
8e107beeec orbit render modifications, unfinished 2019-05-23 11:39:40 -06:00
Elon
b65d263512 - 2019-05-17 19:17:05 -06:00
Jonathan Fransson
319546b243 1st version volume render finished, with multiple data sets 2019-05-17 16:01:40 -06:00
Elon
3000c14056 merge 2019-05-17 10:22:48 -06:00
Elon
db125bc72b merge 2019-05-17 09:31:58 -06:00
Elon
f4d29ba14a old 2019-05-17 09:27:19 -06:00
Jonathan Fransson
51a157eb40 generate derbris volume task, not working properly 2019-05-16 16:45:39 -06:00
Elon
c219a344b1 get index from position merge with density get density at 2019-05-13 13:25:27 -06:00
Elon
d25b18d9b7 get index from position 2019-05-13 12:54:24 -06:00
Jonathan Fransson
d567e1f254 quick task fix 2019-05-13 12:14:47 -06:00
Jonathan Fransson
ca6fa695bb getDensityAt 2019-05-13 12:10:25 -06:00
Jonathan Fransson
4504f13722 merge 2019-05-13 10:15:30 -06:00
Elon
3a063a1f8c started on mapping density of generated positions to cartesian grid cells 2019-05-10 17:51:12 -06:00
Elon
b0d5fdf722 sync with removal of duplicate branch 2019-05-08 12:21:09 -06:00
Jonathan Fransson
82928c11fc asset and task for volume rendering 2019-05-07 15:24:42 -06:00
Elon
fee36349e8 removed old test 2019-05-06 09:42:37 -06:00
Elon
2b92413b15 - 2019-04-29 09:26:54 -06:00
Alexander Bock
b9a2cbff01 Merge branch 'master' into feature/exoplanets
# Conflicts:
#	include/openspace/engine/openspaceengine.h
#	src/scene/sceneinitializer.cpp
2019-01-23 17:00:57 +01:00
Emil Axelsson
0d2935c43b Feature/gaia mission merge (#766)
* Add Adam Aslegård's module that renders Gaia mission stars
 * Add module for Gaia mission
 * Add CCfits and cfitsio submodules and the implemented fitsfilereader module from the OpenSpace-sun-earth-event branch
 * Add a TaskRunner to read from a fits file
2018-11-20 18:19:08 -05:00
KarRei
b7d44f78f7 Merge remote-tracking branch 'origin/master' into feature/exoplanets 2018-11-09 12:22:42 +01:00
Emil Axelsson
5de728442d Feature/volume tools (#614)
* Create volume generation task

* Change domain bounds into a non-optional parameter

* Work on volume generation and rendering

* Example generation of time varying volume

* Example generation of time varying volume

* Compile fix in RenderableKameleonVolume

* Fix copy and paste error

* Enable spherical raycasting again

* Uniform naming

* Add some documentation and remove dead code
2018-06-08 09:47:24 -04:00
KarRei
50c1222789 Merge branch 'master' into feature/exoplanets 2018-05-09 13:55:34 -04:00
KarRei
974777b00c Modified path. 2018-05-09 13:43:27 -04:00
KarRei
bb51614716 csv to bin task added 2018-04-17 18:17:16 -04:00
Emil Axelsson
d64a0df5f6 Feature/thesis work merge (#566)
Web GUI from Klas Eskilson (three new modules: webgui, webbrowser and cefwebgui)
Parallel connection refactorization
Wormhole server added to the main repository
Transfer function editor work from Cristoffer Särevall
Update ghoul
2018-03-20 09:30:59 +01:00