add rays radius slider

This commit is contained in:
2019-01-19 20:39:25 +01:00
parent 9b5c0524f4
commit 3b41cbe365
3 changed files with 13 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ public:
NodeSliderH* m_hm_lyaw;
NodeSliderH* m_hm_lpitch;
NodeSliderH* m_hm_ambient;
NodeSliderH* m_hm_radius;
NodeComboBox* m_hm_texres;
NodeComboBox* m_hm_samples;
NodeButton* m_render;
@@ -75,6 +76,7 @@ public:
void init_controls();
int get_samples() const;
int get_texres() const;
float get_radius() const;
float get_ambient() const;
float get_thickness() const;
float get_resolution() const;