Finished camera for now

This commit is contained in:
Robert 2021-01-22 19:46:09 +01:00
parent 06614dd1b0
commit a5ab0c9adb
5 changed files with 46 additions and 16 deletions

View file

@ -13,8 +13,6 @@
namespace oglu
{
class Object;
/**
* @brief A camera object in 3D space.
*
@ -88,7 +86,7 @@ namespace oglu
*
* @param[in] target An object to target
*/
void LookAt(const Object& target);
void LookAt(const Transformable& target);
/**
* @brief Gets the projection matrix of the camera.