Commit Graph

72 Commits

Author SHA1 Message Date
Emma Broman c8e8cf315c Revert exoplanet star glare, for now 2020-09-14 09:12:28 +02:00
Emma Broman 6bbc0342f4 Todo comment 2020-09-03 11:29:24 +02:00
Emma Broman 2bc0dd8efd Add a glare to the host star, similar to the sun 2020-09-03 11:29:12 +02:00
Emma Broman bf7695ef69 Reduce disc opacity a bit, so that trails are more visible 2020-09-02 11:12:18 +02:00
Emma Broman 6e5695b5dd Rename disc texture and remove debug texture for planets (cat..) 2020-09-02 11:07:31 +02:00
Emma Broman 1ea486fb1b Render disc using blending, to avoid problems with trails being covered by disc 2020-09-02 10:55:15 +02:00
Emma Broman 15eaea1bc5 Remove eccentricity uncertainty discs
They can be reimplemented later, if desired. But that requires creating useful textures.
2020-08-31 15:32:08 +02:00
Emma Broman 01f198bfb0 Add consts and refactor planet translation 2020-08-31 12:06:11 +02:00
Emma Broman 12fc3d5ab6 Combine star parent node with renderable globe 2020-08-31 11:48:55 +02:00
Emma Broman 4b1d8da972 Fix problem with parent node's tranformation being applied twice
Scene graph nodes inherit their parent's transformation nowadays, but not when this code was implemented.
2020-08-31 11:20:06 +02:00
Emma Broman 3d97585483 Add GUI path and cleanup node indentifiers 2020-08-31 10:12:51 +02:00
Emma Broman acbf670bc4 Avoid problems with exoplanets names that include whitespaces 2020-08-31 09:18:00 +02:00
Emma Broman cef3fb69f4 Some more cleanup 2020-08-28 16:59:23 +02:00
Emma Broman 99720d95ca Helper file for exoplanet data structure and replace magic numbers with constants 2020-08-28 16:31:48 +02:00
Emma Broman 08e5c42d24 Remove discovery methods code 2020-08-28 08:29:18 +02:00
Emma Broman 00814d07b1 Simplify shader and increase readability 2020-08-27 16:31:05 +02:00
Emma Broman 9e5251630a Clean up code and get it to run (using correct data files) 2020-08-27 16:30:03 +02:00
Emma Broman 9fac7fbd83 Untabify and start cleanup 2020-08-25 16:19:43 +02:00
Emma Broman 993be1b504 Make branch run with new master 2020-08-25 15:26:40 +02:00
Micah Acinapura 939210465e updated to_string for ghoul namespace 2019-05-04 15:42:25 +02:00
Alexander Bock eb3f7b9559 Adapt hardcoded paths
Don't crash when adding new scenegraphnodes
2018-12-06 15:30:01 -05:00
KarRei 10ddabdc40 OsEng -> global 2018-11-19 21:04:25 +01:00
KarRei 5d2d1b474a Changed apperance of trail and disc 2018-11-06 17:03:09 +01:00
KarRei 991a287f6e Default value for planet radius 2018-11-06 16:59:45 +01:00
KarRei 316aae1e48 Placing ascending node so it's where the planet is moving away from the observer 2018-11-06 16:41:04 +01:00
KarRei 2c73ad78a7 Using only NASA Exoplent Archive starnames for display and correction of local coordinate system 2018-11-06 16:37:40 +01:00
KarRei 4c91ece7fc Planet name made up from STAR + COMP instead of taken from NAME and highest default value for B-V changed 2018-11-05 15:59:09 +01:00
KarRei 7fc61f2f1c Increased span for size gui slider 2018-11-05 15:35:36 +01:00
KarRei e09f449c05 comment change 2018-11-05 15:34:42 +01:00
KarRei e4e25de272 Mapping of three colored texture 2018-11-05 12:31:56 +01:00
KarRei 93379939e5 Earth reference added to all planets in system 2018-11-05 12:11:15 +01:00
KarRei 6813a5a2c5 Increased scale factor for RV method 2018-11-05 11:53:39 +01:00
KarRei 831aa600fd Correction on visability for outer planet function and setting ecc to zero if NAN 2018-11-02 18:14:07 +01:00
KarRei 2454043f1c Transit graph 2018-11-02 17:31:53 +01:00
KarRei 79b6f479b3 WIP: transit method graph 2018-06-27 19:47:36 -04:00
KarRei 0a480428b5 Correct north vector, now earths north vector projected onto skyplane. 2018-06-23 13:14:17 -04:00
KarRei cd35309d11 Added reference objects. 2018-06-21 16:30:26 -04:00
KarRei fa79cac63e Discovery method viz updates on a bit of everything 2018-06-20 17:22:46 -04:00
KarRei 7940fbc86e Hides all planets but one for the doppler method visualisation. 2018-06-13 15:53:22 -04:00
KarRei 9a320ad02b More features to discovery method vizualisation, like face on camera setting and adjustment to scaling 2018-06-08 15:44:47 -04:00
KarRei 9d7b0fad17 correction to the rotation 2018-06-08 13:25:45 -04:00
KarRei 8cf28d5308 Rotating the exoplanetsystem coordinates so that the reference direction is the north-celetial-pole-vector projected on the skyplane 2018-06-08 12:35:09 -04:00
KarRei edc330d626 Adjusted the rotation of the whole exoplanetsytem according to the exoplanet definition of the inclination 2018-06-06 16:32:45 -04:00
KarRei 33f8d30bde Start of discovery method visualization components 2018-06-04 13:18:45 -04:00
KarRei 3defbe6f7f Added module property class that will toggle the discovery method modes 2018-05-30 14:34:46 -04:00
KarRei e0f4afa9f6 Separate file for lua functions 2018-05-30 10:57:16 -04:00
KarRei 13bbcfa12a Limiting the value of the eccentricity to be between 0 and 1 2018-05-28 12:14:39 -04:00
KarRei 30e21ae7fd Star glare smaller 2018-05-24 19:07:16 -04:00
KarRei f8bc262958 Now the input star name has to be in the same form as it is in the expl.speck file 2018-05-24 17:50:22 -04:00
KarRei 8e4b23b49f Adds the renderable Orbitdiscs for each orbitline where there is an uncertainty of the semi-major axis 2018-05-22 11:13:32 -04:00