[ADD] load bee in scene

This commit is contained in:
Nathalie Seen
2021-06-04 10:01:13 +02:00
parent 739b4a9eb6
commit c25efec103
8 changed files with 21703 additions and 17 deletions

View File

@@ -13,8 +13,8 @@ namespace entities
{
private:
// The movement speed of the camera
const float SPEED = 0.52f;
const float ROT_SPEED = 1.0f;
const float SPEED = 0.5f;
const float UP_SPEED = 0.9f;
glm::vec3 position;
glm::vec3 rotation;