remove line thickness from the grid, add ambient light, fix lightmap texture resize
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
NodeSliderH* m_hm_thickness;
|
||||
NodeSliderH* m_hm_lyaw;
|
||||
NodeSliderH* m_hm_lpitch;
|
||||
NodeSliderH* m_hm_ambient;
|
||||
NodeComboBox* m_hm_texres;
|
||||
NodeComboBox* m_hm_samples;
|
||||
NodeButton* m_render;
|
||||
@@ -73,6 +74,7 @@ public:
|
||||
void init_controls();
|
||||
int get_samples() const;
|
||||
int get_texres() const;
|
||||
float get_ambient() const;
|
||||
float get_thickness() const;
|
||||
float get_resolution() const;
|
||||
float get_height() const;
|
||||
|
||||
Reference in New Issue
Block a user