Finished camera for now
This commit is contained in:
parent
06614dd1b0
commit
a5ab0c9adb
5 changed files with 46 additions and 16 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue