Commit Graph

182 Commits

Author SHA1 Message Date
Elon be3ab5fe92 correcting errors 2019-05-30 10:37:54 -06:00
Jonathan Fransson da40f81b4e working on renderableSatellites 2019-05-30 10:37:54 -06:00
Elon efaf64b694 appearance 2019-05-30 10:37:54 -06:00
Jonathan Fransson ba2422b0fa merge 2019-05-30 10:37:54 -06:00
Elon b96bea4327 some code to test 1 sgn, more renderables 2019-05-30 10:37:54 -06:00
Jonathan Fransson 78befd1578 work on renderablesatellites 2019-05-30 10:37:53 -06:00
Elon 44e5870460 correcting errors 2019-05-30 10:37:53 -06:00
Jonathan Fransson 0c9f5f8ecc working on renderableSatellites 2019-05-30 10:37:52 -06:00
Elon 662da5bdb8 appearance 2019-05-30 10:37:52 -06:00
Jonathan Fransson 8f35261b52 merge 2019-05-30 10:37:12 -06:00
Elon dfef5ecb35 some code to test 1 sgn, more renderables 2019-05-30 10:36:51 -06:00
Elon e829c66de9 pre rebase 2019-05-30 10:33:58 -06:00
Elon 9efb32e5cc mergeing elonsTest with renderableSatellites 2019-05-30 10:33:58 -06:00
Jonathan Fransson 6d1455e8c6 General code cleanup 2019-05-30 10:33:16 -06:00
Elon 4945be880d use an alternative position function from keplerTranslation 2019-05-30 10:33:15 -06:00
Jonathan Fransson fc4f3fc6e9 Fixed readTLE 2019-05-30 10:32:13 -06:00
Jonathan Fransson 0d838c2160 merge 2019-05-30 10:32:13 -06:00
Elon 7ab7f0a7de started adding on calculatePosition. Does not complie yet 2019-05-30 10:31:52 -06:00
Elon 9eb5dca42d TLETranslation errer, File and Type missing key 2019-05-30 10:31:52 -06:00
Elon 609b97bd56 todo: add render and updateBuffer functions 2019-05-30 10:31:29 -06:00
Jonathan Fransson 85a6b25dce updateBuffer changes 2019-05-30 10:31:29 -06:00
Elon d32f79106b satellites_shared.asset added for debris 2019-05-30 10:30:54 -06:00
Jonathan Fransson 23fb3b1f4c change in RenderableSatellites 2019-05-30 10:23:28 -06:00
Elon c5d4204b72 runtime error, lua, satellites_shared 2019-05-30 10:20:52 -06:00
Elon 608cb9763c - 2019-05-30 10:19:49 -06:00
Jonathan Fransson 89530d6428 merge 2019-05-30 10:19:49 -06:00
Elon 79cd779057 Fail to initialize asset, debris, satellites_shared:184 2019-05-30 10:18:50 -06:00
Elon 47f8e3e82a loop debris elements 2019-05-30 10:18:08 -06:00
Jonathan Fransson cdab5707d4 push latest 2019-05-30 10:17:33 -06:00
Elon 2d6ca18ec3 started building on a new renderable from scratch 2019-05-30 10:16:31 -06:00
Jonathan Fransson 1aeee50c2a initializeGL stuff 2019-05-30 10:14:30 -06:00
Jonathan Fransson 01fefeca23 work on renderablesatellites 2019-05-30 10:14:30 -06:00
Jonathan Fransson 52174666fc work on renderablesatellites 2019-05-30 10:13:25 -06:00
Elon 371eb4eec5 correcting errors 2019-05-30 10:13:25 -06:00
Jonathan Fransson 842dda11d7 working on renderableSatellites 2019-05-30 10:12:58 -06:00
Elon 5682d31772 appearance 2019-05-30 10:09:50 -06:00
Jonathan Fransson b27b035cf8 merge 2019-05-30 10:09:49 -06:00
Elon 1a2867772a some code to test 1 sgn, more renderables 2019-05-30 10:08:24 -06:00
Jonathan Fransson b497797cf1 working on renderableSatellites 2019-05-30 10:02:14 -06:00
Elon 7586d15027 correcting errors 2019-05-30 10:01:28 -06:00
Jonathan Fransson 02cf344a22 merge 2019-05-30 10:01:28 -06:00
Elon a38635b2f0 appearance 2019-05-30 10:00:16 -06:00
Elon 5abb86c392 some code to test 1 sgn, more renderables 2019-05-30 09:57:34 -06:00
Alexander Bock bb3db7ada7 Feature/jenkins fix (#816)
* Cleanup
* CMake cleanups
* Update current year
* Update copyright header
* Use script to return list of all modules
* Update credits, license and ghoul
2019-03-24 11:19:39 +01:00
Alexander Bock c7639adb15 Remove warnings in Clang 2019-01-19 14:49:31 +01:00
Alexander Bock c7a96a6b59 Address clang tidy complaints
Update Ghoul repository
Update SGCT repository
2018-11-30 15:34:09 -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 bff4646d9f Temporarily disable (broken) stereoscopy for renderablestars 2018-11-20 10:12:40 +01:00
Alexander Bock 9047dc7a3e Feature/globebrowsing speedup (#735)
* Removal of ChunkRenderer, ChunkedLodGlobe, ChunkCuller, chunklevel evaluator, culling classes, layershadermanager, GpuLayer, GPUData, ChunkNode, Grid, BasicGrid, Chunk files, Angle, AABB classes, PointGlobe, Ellipsoid, TileSelector, tiledatatype, iodescription, simplerawtilerreader, rawtilereader
 * Less dynamic allocation for SkirtedGrid, LayerManager, RenderableGlobe, TextureUnit
 * Clean up memory management in RawTiles
 * Code simplification
 * Optimize shader uniform setting
 * Introduce UniformCache
 * Callback simplification
 * Turn ChunkNode into a struct
 * Use a MemoryPool to organize all ChunkNodes rather than use unique_ptr and the necessary memory allocation
 * Collect draw calls
 * Consolidate fragment shaders between local and global renderer
 * Shader cleanup and optimization
 * Update CMake to not include included shaders
 * Integrate traversal function into the looping
 * Replace std::queue with std::vector
 * Merge TextureContainer into MemoryAwareTileCache
 * Lazy computation of chunk bounding boxes
 * Memory management of LayerGroup
 * Remove class hierarchy from tileproviders (temporaltileprovider not working yet)
 * Remove PBO classes
* Chunk status stored in Chunk
* Don't create a copy of the ChunkTilePile
* Enable culling by projected area on default
* Have raw tile reader return a Tile instead of a shared_ptr to a tile
* Start making GDAL mandatory
* Increase the default lod scale factor to 15
2018-10-30 17:20:06 -04:00