mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Load cdf files at start up
This commit is contained in:
@@ -39,16 +39,17 @@ struct RadioOption {
|
||||
|
||||
class GuiIswaComponent : public GuiPropertyComponent {
|
||||
public:
|
||||
GuiIswaComponent();
|
||||
virtual void render() override;
|
||||
|
||||
private:
|
||||
bool gmdata;
|
||||
bool gmimage;
|
||||
bool iondata;
|
||||
bool kameleon;
|
||||
|
||||
std::vector<RadioOption> _cdfOptions;
|
||||
int _cdfOption;
|
||||
std::vector<int> _cdfOptions;
|
||||
std::map<std::string, int> _cdfOptionsMap;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user