#include <iostream>
#include <SDL/SDL.h>
#include "camera.hpp"
#include "mathlib.hpp"
Namespaces | |
namespace | std |
Standard camera coordinate update by simple trigonometry rather than full-blown quaternion-math (quat-mat only used for setting the auxiliary camera).