There's now a config to control the random world gen a bit.
This commit is contained in:
parent
b16405cfdc
commit
7acbd0379f
4 changed files with 22 additions and 19 deletions
|
@ -13,8 +13,8 @@ namespace lighting {
|
|||
float radius = 1.0f;
|
||||
};
|
||||
|
||||
const int MIN = 35;
|
||||
const int MAX = 95;
|
||||
const int MIN = 30;
|
||||
const int MAX = 105;
|
||||
|
||||
class LightRender {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue