Fireworks Engine  v2.0
Lightweight Sandbox Game Engine using OpenGL for additional Customisation and Quick Prototyping
freeflycamera.h File Reference
#include "perspectivecamera.h"
#include "Window.h"
Include dependency graph for freeflycamera.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fireworks::graphics::FreeFlyCamera
 A free flying 3D camera. More...
 

Namespaces

 fireworks
 
 fireworks::graphics
 

Enumerations

enum  fireworks::graphics::FFCamDirection {
  fireworks::graphics::FFCamDirection::FORWARD, fireworks::graphics::FFCamDirection::BACKWARD, fireworks::graphics::LEFT, fireworks::graphics::RIGHT,
  fireworks::graphics::UP, fireworks::graphics::DOWN, fireworks::graphics::FFCamDirection::YAW_LEFT, fireworks::graphics::FFCamDirection::YAW_RIGHT
}
 The direction of the free fly camera. More...