ComputerGraphik TU WIEN
|
#include "tank.hpp"
#include "scene.hpp"
#include "model.hpp"
#include "texture.hpp"
#include "gameLogic.hpp"
#include <stdexcept>
#include <GLFW/glfw3.h>
#include <glm/gtx/norm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtc/matrix_transform.hpp>
Classes | |
class | GameLogic::Bullet |
Implements the bullet movement on CPU. More... | |