* Interaction speed is not dependent on framerate
* Split up interaction code in files and perform smooth interpolation when changing focus
* Abstract interaction code in to functions.
* Interpolation time is dependent on angle to focus node.
* Use correct delta time when interpolating
* Fix bug regarding decomposition of camera rotation.
* Make orbital interaction mode behave as globe browsing and no longer use interactiondepth below ellipsoid.
* Do not always rotate with object. Depending on distance
* Remove interaction depth below ellipsoid. Now able to interact without renderable
* Remove specification of interactionDepthBelowEllipsoid and cameraMinHeight
* Remove GlobeBrowsingInteractionMode
* Rename OrbitalInteractionMode to OrbitalNavigator and no longer extend interactionmode.
* Move properties from interaction handler to orbital navigator
* Use smooth step for follow rotation interpolator
* Rename KeyframeInteractionMode to KeyframeNavigator
* Rename files
* Clean up.
* Separate mousestate from orbitalnavigator
* Clean up
* Split keybindingmanager from interactionhandler interactionhandler
* Rename interactionhandler to navigationhandler
* Rename files
* Clean up
* Take back usage of gotochunk and gotogeo
* Rename lua library navigation
* Move functionality from navigationhandler to keyframenavigator
* Update scripts for navigation
* Comment code
* Clean up
* Solve but that caused NaN values for camera position when being in center of globe and setting focus to the globe.
* Update jenkins file to remove build folder before building.
* Fix error in jenkins script
* Update jenkins file
* Update jenkins file
* Revert jenkins file
* I hope this makes Jenkins happy.
* Line endings God damnit
* Line endings
* Clean up
* Fix compilation issue
* Take back default scene.
* Fix indentation
* Move functions goToGeo and goToChunk to GlobeBrowsingModule.
* Include algorithm for std::find
* Remove auto and other clean up
* Perform Oren Nayar diffuse shading on globes.
* Remove unused propertyowner
* Enable accurate normals for globes
* Use property for accurate normals.
* Correctly calculate height when scale is changed.
* Auto update line endings to LF in main.cpp and openspaceengine.cpp
* Clean up and comment
* Convert shader indentation to spaces (Wooooops..).
* Line endings
* Line endings and small fixes
* Line endings
* Clean up
Layer support for globe browsing:
Add layers using the function openspace.globebrowsing.addLayer
Delete layers using openspace.globebrowsing.deleteLayer
Layer type does not necessarily have to be of tile type. For example solidcolor does not use tiles
Blend modes for layers are Normal, Add, Subtract, Multiply, Color
Layer adjustments to affect layers. The current only active one is chroma key to cut out a color from the layer. Transfer functions or clipping masks are examples of layer adjustments for the future.
Support for adding layer specifications for quickly accessing GIBS layers:
openspace.globebrowsing.createGibsGdalXml
openspace.globebrowsing.createTemporalGibsGdalXml
The arguments for these functions are currently strings. Would it be better to use a lua dictionary?
No data values for height layers are correctly regarded (can be seen on Earth. No longer bumps on the poles)
Other minor things:
Worked a bit on point globe to render globes at large distances. Currently not in use and doesn't have anything to do with the other things.
Concurrent job manager takes a thread pool as argument and not a pointer to one. This is because the concurrent job manager needs to have ownership of the thread pool for correct deinitialization. Will cause breaking change for users of concurrent job manager if merged in to master.
* Add ability to add layers programatically.
* Clean up
* Fix order of deletion in concurrent job manager and clean up
* Can create by level tile provider with empty dictionary.
* Add script to add GIBS datasets.
* Start working with layer adjustment
* Update mod files
* More work on point globe
* Add script to create temporal GIBS datasets.
* Update temporal tile provider to be able to take gdal descriptions without file path.
* Add adjustment property to layers.
* Rename adjustment layer
* Add adjustment code to all layer groups
* Remove caching of gdal datasets due to cluttering of folders
* Document layer support
* Update Mars mod
* Make Mercury great again.
* Cleanup and add blend mode Color
* Enable setting of layeradjustment and blend mode from mod files.
* No more use for grayscale color overlays. Use grayscale layer with color blend mode instead.
* Clean up mod files
* Clean up
* Clean up
* No need for grayscale layers. Reading grayscale in to rgb instead for color layers.
* Remove unused layer groups
* Correctly read to grayscale layers
* Update globe mod files
* Rename ColorOverlays to Overlays.
* Clean up
* Clean up
* Solve compilation error
* master:
Make console work with Fisheye rendering
Correctly position Screenspace renderable if a scene tag is specified
Move SGCT config files into main config folder and remove unused transferfunctions
Increasing warning level
* Added proper CPACK structure and added generation of openspace.h header to add verisoning information in CMake.
* Packaging(ZIP on Windows, TGZ on UNIX) and installer creation(Windows Only via NSIS) is now working.
* Fixes for packing an archive on OSX.
* Add missing files in packaging
Add install setting to the globebrowsing module to copy required gdal_data
Update Credits
* Updated application icon