mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Adapt to new compile option style and fix warnings (#3773)
This commit is contained in:
@@ -46,9 +46,9 @@ namespace documentation { struct Documentation; }
|
||||
* like the color map file itself (converted to a texture), colors to use for missing
|
||||
* values and the available data columns and value ranges.
|
||||
*
|
||||
* @TODO Also provide a small shader snippet that can be included in fragment shaders
|
||||
* that use this color mapping. As well as a set of uniforms? Now every
|
||||
* renderable needs to handle this separately. (emmbr, 2023-10-13)
|
||||
* \todo Also provide a small shader snippet that can be included in fragment shaders that
|
||||
* use this color mapping. As well as a set of uniforms? Now every renderable needs to
|
||||
* handle this separately. (emmbr, 2023-10-13)
|
||||
*/
|
||||
class ColorMappingComponent : public properties::PropertyOwner {
|
||||
public:
|
||||
|
||||
@@ -206,7 +206,7 @@ private:
|
||||
std::chrono::high_resolution_clock::time_point _lastFrameTime;
|
||||
|
||||
struct Window : properties::PropertyOwner {
|
||||
Window(PropertyOwnerInfo info, int id);
|
||||
Window(PropertyOwnerInfo info, size_t id);
|
||||
|
||||
properties::FloatProperty horizFieldOfView;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user