camera

Info

A simple camera class with some utilities for updating angles and look direction

Depdendencies

CMake

...

# GLM: opengl mathematics

include_directories(external_libraries/glm)
add_subdirectory(external_libraries/glm)

... 

target_link_libraries(your_project_name ...)

source code

git submodule add git@github.com:cpp-toolbox/camera.git


edit this page