diff options
author | Tom Barrett <tombarrett@siu.edu> | 2017-03-26 06:46:12 -0500 |
---|---|---|
committer | Tom Barrett <tombarrett@siu.edu> | 2017-03-26 06:46:12 -0500 |
commit | 14c36420a37678b75b30f3b4d1dec7eddb053eef (patch) | |
tree | ece60c7fa781d9a5001454d30dec38772b2dc9bf /inc/constants.hpp | |
parent | 3b3df333974f337fcb506f37a06ea0e89c14b4b0 (diff) |
-plants do not reproduce yet, this is needed
Diffstat (limited to 'inc/constants.hpp')
-rw-r--r-- | inc/constants.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/inc/constants.hpp b/inc/constants.hpp index 76a40c1..a9039bf 100644 --- a/inc/constants.hpp +++ b/inc/constants.hpp @@ -3,9 +3,8 @@ // General const int HERBAVORES = 100; -const int CARNIVORES = 50;; -const int MINIMUM_PLANTS = 4000; -const int PLANTS = 5000; +const int CARNIVORES = 5; +const int PLANTS = 3000; const int WINDOW_X = 1000; const int WINDOW_Y = 1000; const float BOUNDS = 30; @@ -43,7 +42,7 @@ const int NUM_UNIFORMS = 3; const float SIDES = 5; // Quadtree -const int MAX_OBJECTS = 5; +const int MAX_OBJECTS = 10; const int MAX_LEVELS = 20; // Camera |