Added better perlin terrain generation

Added function to scatter models onto the terrain
This commit is contained in:
iDunnoDev
2022-05-11 21:03:19 +01:00
committed by iDunnoDev
parent f6bba67897
commit b856b43209
26 changed files with 248 additions and 126 deletions

View File

@ -19,6 +19,8 @@ public:
void UpdateSceneGraph();
private:
bool _initDone = false;
bool _boosting = false;
float _boostMultiplier = 1;
float _boostMin = 1;