A passover of all the Parameters descriptions and PropertyInfo descriptions of the renderables in the code base to make then more consistently and concisely formatted. Also fixed some small issues and added or updated descriptions.
* Start rephrasing propertyinfos for more consistency
* Update eclipse cone propertyinfos
* Update `RenderableFov` property infos and group colors in UI
* `RenderableGalaxy` and `RenderableGlobe`
* Update more descriptions
* Moore descriptions
* Update docs for `RenderableShadowCylinder` and add properties
* `RenderableSkyTarget`, and spheres (`ImageOnline` and `ImageLocal`)
* `RnederableSphericalGrid`, and update line width info of other types, for consistency
* `RenderableStars` and `RenderableTimeVaryingSphere`
* Update more propertyinfos
* Fix inconsistent mentioning of true/false
* change some phrasings for increased consistency
* Update Renderbin description to include Sticker bin and remove extra property
* Rename `OutlineWeight` -> `OutlineWidth`
* Extend description about enable depth test for models
* Clarify what relative values mean for `RenderableNodeArrow`
* Elaborate on `RenderableLabel` size property
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
Co-authored-by: Ylva Selling <ylva.selling@gmail.com>
Co-authored-by: Malin E <malin.ejdbo@gmail.com>
* Start refactoring billboardscloud renderable
* Remove extra unit computation in geometry shader
* More refactor and fix size parameter not working without colormap (it never did)
* Remove redundant bool in shader
* Divide settings into property owners
* Refactor colormap
* More refactoring (utilize properties for visiblity)
* Remove redundant extra data structures for options
* Move data logic to the colormap settings structure
* Remove confusing correction size properties
* Separate polygon cloud into its own renderable
* Clean up some unused code
* Update some property descriptions
* Split some more code out into functions
* Remove odd and unused "linear filtering"
Should be reimplemented ina better way in a general color map overhaul
* Start refactoring some more properties
* Make color optional and remove redundant color assignments in assets
* Refactor color-parameter input and make range mapping work correctly
* Code cleanup (unused code and fix data types)
* Rename ScaleFactor to ScaleExponent
* Add a scale factor as well, as they're easier to use, and clarify documentation
* Fix faultily renamed scale factors
* Remove confusing multiplication for scale exponent
* Fix problem with points not appearing when _drawElements was set to true
* Move all colormapsettings into its own table in the asset files
* Move scaling/sizing into its own table as well
* Group sizing properties and remove min pixel size limit (was always zero)
* Add some docs and rename a parameter to avoid repetition
* Remove IsExact colormap and add an option to hide outliers
OBS! Still need to update the actual cmap files
* Add property to disable size mapping
* Increase pixel size of polyon texture - reduces jagged edges
* Remove unused points class
* Rename files and billboard class, to make it clearer that it is a point cloud
* Move size mapping into size settings
* Move color map properties out into its own component
* Move color map related computations into the new component
* Add outlier colors, to cover some specific color mapping issues
* Automatically fill parameter options if no colormap parameters were defined
* Move all color-related parameters to under one property owner
* Inlcude changes from matrix maintenance
* Add a checkbox to disable additive blending
* Remove a unused variable in shader
* DO color maping on the graphics card instead of CPU, using a texture
* WIP remove old "Outliers" and start introducing concept of no data colors instead
* Move speck loader to core and divide into a general data loader and a speck specific loader (In preparation for adding CSV support)
* More labelscomponent to core
* Fix a faulty header
* Handle NaN values
* Rename color map component property owner
It's not just the color map, but the settings for the entire mapping
* Hide point with nan value is show missing data is not selected
* Fix labels component documentation after move
* Add option to not provide any texture, and use a sphere generated form the shader
* Don't crash when loading unsupported data formats :)
* Add some TODO comments that should be addressed before merge
* Move renderables from DU module to base, and do some header cleanup
* Move colormapping component to core ad rename it to make it clear that it is not the color map itself
* Add above, below and nan color values to cmap loading
* Remove missing Data value specs in asset (and use belowRange in cmap instead)
* Make warning about wrong color number more verbose
* Add TODO comment about colormap, and actually used color in prev version, to localdwarfs
* WIP: Load CSV files
* Update some property visbility
* Check if chosen parameter options actually exist
* Fix fault column check
* Update example asset to cover more different cases
* Use new asset.resource loading
* Update asset versions (major update)
* Add parent documentation for RenderablePolygonCloud
* Add point cloud example with size scaling and add TODO comment
* Add example with textured points
* Don't blend textured points
* Fix problem with shaders being confused about texture units
* Bring back deepsky points color
* Start implementing more sophisticated datamapping for point data files
* Allow reading datamapping from input dictionary
* Load dataset in constructor instead
Solves problem with color map columns not loading for big datasets when loaded the first time
* Fix crash from reading column value that is interpreted as inf
* Inlcude information about data mapping when caching dataset
Updating the parameters now leads to an updated caching of the data file
* Adapt to tolower update
* Add option to specify columns to exclude in load (for CSV files)
* Start updating some docs
* Add a readonly property that shows the number of data points
* Rename example asset to shorter name
* Add option for not using cache when loading dataset
* Fix some errors in example asset
* Set scaleExponent from max position if not specified
That way the points are always visible, even when no exponent is given
* Restructure and add explanations in example asset
* Add option to not cache labels component data file
* Add example file with labels and units
* Compute fade distances in model coordinates instead of world space (issue #1746)
* Add possiblity to invert fading and add exmaple asset
* Make a separate propertyowner for fading settings
* Update docs
* Add example asset with custom data mapping
* Address some of my own review comments
* Read provided Parameter from asset
* Read ValueRange from asset
* Add example asset for more advanced color mapping settings
* Allow using the same column for two position coordinate axes
* Update src/rendering/colormappingcomponent.cpp
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Update src/data/datamapping.cpp
* Use helper function for tolowercase
* Simplify some std::optional handling, and fix broken assignment from code review fix
* Update data file versions to get updated cmap files
* Include a progress bar to show progress of CSV data loading
* Update csv data-to-float parsing for clang
* Add a description about why `openspace.absPath` is used in the file instead of `asset.resource`
* Apply suggestions from code review
* Apply suggestions from code review
* Add some missing info in documentation
* Place size-related property descriptions next to each other
* Remove the explicitly set renderbin
* Fix overly complicated description
* Fix polygon texture not being used
* Add polygon cloud example
* only bind texture and activate texture unit when required
* Rename alpha to opacity in shader
* Fix value range not loading, and make first parameter in list the default
* Rename Pixel Size property
* Use base 10 for scale exponent instead of base e
* Update src/data/datamapping.cpp
* Update modules/base/shaders/billboardpoint_gs.glsl
* Remove some redundant asset settings (Home label)
* Review comments
* Add TODO comment for localdwarfs asset (Speck file reading problems)
* Oops, forgot part of the comment
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* More code review fixes
* Fix faulty isReady check when labels are included
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* More code review updates
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
* Split RenderableSphere class into a local and an online sphere
* Make the video sphere derive from the regular sphere
* Make RenderableTimeVaryingSphere derive from RenderableSphere
* Some clean up
* Add general functions for renderable matrix calculations
* Make RenderableSphere and Plane use them
* Fix an issue with the RenderablePlane shader
* Make one function that returns all three types of render matrices
* Make more Renderables use the general matric calculation function
* Make more Renderable use the general matrix function
* Simplify alternative transforms for matrix calculations
* Small clean-up
* Update RenderableModel (again) to use new transform functions
* Make calc all matrix function to return tuple
* Update some more places
* Add settings to Renderable to control whether the renderbin is updated based on Opacity
* Remove duplicate RenderBin specification for RenderableSphere
* Remove unnecessary RenderBin specifications of Lagrange points
* Don't automatically update the renderbin for RenderableLabel and RenderablePlane
* Remove extra `setRenderBinFromOpacity` from RenderableSpheres
* Move information about whether a renderable should be updated when disabled
* Some cleanup of Renderable class
* Don't update the renderbin automatically if the user specified the renderbin manually
* Cleanup Property code
* Remove NOLINT statements
* Return Property class types as string_view
* Remove getStringValue function
* Simplify string value retrieval
* Ensure that image paths in the ImageSequenceTileProvider are sorted (closes#2205)
* Some cleanup of OpenSpaceEngine
* Cleanup documentation
* Some more cleanup of engine classes
* Some more cleanup
* Update SGCT repository
* Use new Jenkins node identifiers as the old method broke with update
* Remove Logarithmic ViewOption and instead always use exponent of NumericalProperty + set exponent of some renderables' properties
* Add MinMaxRange ViewOption for Vec2 properties
* Add MinMaxRange viewoption to some existing vec2 properties and combine some other related properties to be able to utilize it. For example Min and Max label sizes, fade in/out distances, inner and outer radius. OBS! Includes renaming several properties (**breaking change**)
* Refactor and document labels code. OBS! Includes renaming several properties (**breaking change**)
* Add comments for some assets that have labels that are not working correctly
Renderables with rename properties: RenderableLabels , GlobeLabelsComponent, RenderableBillboardsCloud, RenderableDUMeshes, RenderableRadialGrid )
* Add ability to render the bounding sphere as a debug option
* Separate boundingsphere and interactionspheres
* Correctly compute BoundingSpheres for more renderables (RenderablePlanesCloud, RenderableOrbitalKepler)
* Add the ability to automatically generate code to extract values out of a Dictionary (see https://github.com/openspace/codegen for more information on how to use this)
* Applied this technique to a large number of cases in the codebase
* Don't add _codegen files to the repository
Co-authored-by: Emma Broman <emma.broman@liu.se>
* Adapting to introduction of new Dictionary class in Ghoul
* Mainly replacing usage of float instead of doubles as expected
* Adjust to the lack of the hasKeyAndValue function
General CMake cleanup/overhaul
* Enable precompiled headers for all projects
* Move specifications itto separate CMakeLists files
* Add openspace-core as a subdirectory
* Move handle_modules functionality into modules/CMakeLists.txt
* Move handleapplications logic into apps/CMakeLists.txt
* Introduce openspace-module-collection interface library to simplify inclusion of modules in applications
* Turn module initialization into a two-step process to adapt to the new minimal dependency scenario
* Compile time speedup
* Remove circular dependencies between modules and core preventing multithreaded compilation on MSVC
* Build Spice multithreaded and as static library
* Remove dependency from core to module-webbrowser
* Remove unused dependency from kameleon
* Remove additional unnecessary dependencies
* Cleanup volume/kameleon/kameleonvolume modules
* Fix visibility issues. Restrict include paths
* Compile kameleon in parallel
* Other cleanup
* Only copy CEF files from one target (hard-coded to OpenSpace right now)
* Remove unused instrumentation code
* Remove the ability to render AABB for globes as it caused a circular dependency between GlobeBrowsing and Debugging
* Removing compiler and cppcheck warnings
* Turn almost all includes into non-system includes
* Don't warn on deprecrated copy
* Updated submodules
* Cleaner handling of global state
* Prevent Lua memory corruption (closes#982)
* Initialize glfw first thing to prevent weird joystick loading bug during startup