Commit Graph

989 Commits

Author SHA1 Message Date
Elon
f064b540a9 merge 2019-04-12 18:03:56 -06:00
Elon
8b694e7464 All debris rendered as one scene graph node 2019-04-12 17:59:55 -06:00
Jonathan Fransson
76959c4a35 Rendering issues 2019-04-12 12:01:29 -06:00
Jonathan Fransson
986176af56 No crash on render, but not rendering 2019-04-10 17:41:30 -06:00
Elon
e4734ae0b3 clean up after rebase 2019-04-10 14:15:29 -06:00
Elon
0b10bd69be mergeing elonsTest with renderableSatellites 2019-04-10 14:06:34 -06:00
Jonathan Fransson
014e624258 Fixed readTLE 2019-04-10 14:05:57 -06:00
Jonathan Fransson
95079bb81a merge 2019-04-10 14:04:38 -06:00
Elon
a06d4d0a0d started adding on calculatePosition. Does not complie yet 2019-04-10 14:03:35 -06:00
Elon
038f650d68 TLETranslation errer, File and Type missing key 2019-04-10 14:03:35 -06:00
Elon
8003d9a9b7 satellites_shared.asset added for debris 2019-04-10 14:00:38 -06:00
Elon
944f9fc978 Fail to initialize asset, debris, satellites_shared:184 2019-04-10 13:57:48 -06:00
Elon
a41c5dbb82 loop debris elements 2019-04-10 13:56:16 -06:00
Elon
b1827267b0 started building on a new renderable from scratch 2019-04-10 13:54:27 -06:00
Jonathan Fransson
d50ba68c51 working on renderableSatellites 2019-04-10 13:53:08 -06:00
Jonathan Fransson
36a0717ce3 scene setup 2019-04-10 13:52:25 -06:00
Elon
ad448a841f some code to test 1 sgn, more renderables 2019-04-10 13:52:25 -06:00
Jonathan Fransson
ee58d189fb added spaceDebris scene 2019-04-10 13:48:34 -06:00
Jonathan Fransson
f3e8d0a428 working on renderableSatellites 2019-04-10 13:43:44 -06:00
Jonathan Fransson
1f6ce4ec8c scene setup 2019-04-10 13:35:31 -06:00
Elon
e46548ebef some code to test 1 sgn, more renderables 2019-04-10 13:35:30 -06:00
Jonathan Fransson
58f7aeda9c added spaceDebris scene 2019-04-10 13:35:29 -06:00
Elon
41dd4d6652 include debris in default scene 2019-04-10 13:35:29 -06:00
Emil Axelsson
2f1131dac3 Issue/772 (#811)
* Fix issue #772
* Update webgui frontend
2019-03-24 12:50:54 +01:00
Emil Axelsson
2e71eaa4cb Feature/anchor and aim (#799)
Introduce the ability to navigate using an anchor and aim.
Example use: Set spacecraft as anchor and planet as aim to always look down at a planet, while followin the spacecraft in its orbit.
2019-02-19 18:46:58 +01:00
Gene Payne
f6e27b7500 Gaia scene file needs to have capitalized to compare against loaded OpenSpace modules 2019-02-13 12:31:40 -07:00
Emil Axelsson
0c6b5e95c6 Introduce ability to configure ports etc for external applications. (#785)
Introduce ability to configure ports etc for external applications, including webgui
2019-01-04 10:23:28 +01:00
Alexander Bock
acd897784e Correctly name globetranslation example assets 2018-12-04 13:02:01 -05:00
Alexander Bock
8d64020601 Add new translation that uses longitude/latitude to compute translation on a RenderableGlobe 2018-12-04 11:24:35 -05:00
Alexander Bock
9d4b26a6c3 Check the correct gaia module in the gaia.scene 2018-12-03 12:52:07 -05:00
Emil Axelsson
f8b72a3a04 Register interesting nodes instead of manually adding and removing 2018-12-03 10:49:25 +01:00
Alexander Bock
752750bee8 Actually fix the LiU Mola Elevation WMS config (oops) 2018-11-30 15:28:15 -05:00
Alexander Bock
09fcbd0595 Fix LiU MOLA height map 2018-11-26 20:37:26 -05:00
Alexander Bock
7c0e2b49a3 Fix Enceladus rendering
Add Titan WMS server
Add Europa WMS server
2018-11-26 14:01:34 -05:00
Emil Axelsson
ad126fa1a4 Add interpolation and toggle feature to slide deck helper 2018-11-23 17:35:59 +01:00
Emil Axelsson
15d6719ff9 Improve New Horizons shortcuts 2018-11-23 14:09:09 +01:00
Emil Axelsson
7c80f7c783 Add sun to Interesting Nodes 2018-11-22 12:37:49 +01:00
Alexander Bock
9d0f0e00df Revert native ui back to F1 keybind for toggling 2018-11-21 11:14:11 -05:00
Alexander Bock
d9eb174f27 Add WMS for Enceladus 2018-11-20 19:58:39 -05:00
Alexander Bock
d37cfa4f18 Add guard to gaia.scene to log error if the Gaia module was not compiled
Point to correct shader paths
Remove warnings
2018-11-20 18:40:04 -05: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
Alexander Bock
3d90ea194a Feature/other data star renderer (#770)
* Adding ability to render other data values from Star speck files
 * Add new method to OptionProperty to take vector of options
 * Make it possible to change the speck file at runtime
 * Include viridis color lut
 * Add Apogee and Galah datasets
 * Make it possible to filter stars by other data values
 * Add ability to statically filter data values
2018-11-20 11:53:20 -05:00
Emil Axelsson
3243316e79 Change default keybinding for toggling rendering 2018-11-14 22:34:28 +01:00
Emil Axelsson
1632c09af3 Coordinate Axes
* Add coordinate axes renderable
 * Add debug helper
 * Add example asset
 * Fix bug with dynamic loading of assets. (#763)
2018-11-13 08:09:14 -05:00
Emil Axelsson
4ce29842d3 Add shortcut to disable master rendering 2018-11-08 10:32:42 -05:00
Emil Axelsson
e9c82facef Add webgui to scenes 2018-11-07 15:35:48 -05:00
Emil Axelsson
c58ae52735 Breaking change: Change property owner identifier renderable to Renderable 2018-11-06 14:58:11 -05:00
Emil Axelsson
04eef20868 Disable server process on webgui teardown 2018-11-05 21:28:57 -05:00
Alexander Bock
267879878b Beta-3 Release Candidate branch (#753)
* Merge experimental session recording branch
 * Merge new CEF-based webgui branch
2018-11-05 20:51:48 -05:00
Emil Axelsson
7181de4673 Feature/webgui ops (#723)
* Update node packages, download nodejs in build process, start server from openspace process
  * Patch CEF cmake automatically
  * Build webserver automatically
  * Work on CMake for WebBrowser, Webgui and CefWebGui
  * Map key modifiers to CEF
  * Smooth time interpolation in webgui
  * Automatically focus on search field in filter lists
  * Move webgui code to external repositories
  * Use asset system to distribute webgui
  * Remove webgui from main repository
  * Add support for right click in webgui and improve timetopic
  * Resolve cmake policy warning
  * Add relative time interpolation to lua interface
  * Sanitize json error message before logging error. Workaround for #736
  * Added gui properties to scene graph nodes
  * Add version topic
  * Add shortcuttopic
  * Add ability to disable rendering of cefwebgui
  * Don't do message loop work if there is no browser.
  * Set correct path to nodejs on unix
  * Message loop work in presync
  * modifications for shortcuts in gui, added names for shortcuts
  * Set properties via lua scripts
  * Allow gui grouping for shortcuts
  * Add gui paths keybindings
  * Blocking keyboard callbacks when webgui has keyboard focus in an editable field
  * Allow disabling of WebBrowser and CefWebGui
  * Make it possible to hide GUI
  * Get rid of redundant dashboard items if web gui is used
  * Hide WebGUI on slave nodes
  * Hide WebGUI on main rendering window if a GUI window exists
 * Enable WebGUI on default unless it is overwritten in the openspace.cfg
  * Add guiName for propery owners in socket api
2018-11-05 20:45:38 -05:00