Added spotlight

This commit is contained in:
Robert 2021-01-29 20:36:17 +01:00
parent 6981510aaf
commit b185429475
9 changed files with 139 additions and 11 deletions

View file

@ -210,6 +210,8 @@ namespace oglu
*/
const glm::mat4& GetProjection();
const glm::vec3& GetFront();
public:
float fov; ///< FOV of the camera
float aspectRatio; ///< Aspect ratio of the camera