lonkaars / liehjuck

Simple software rasterizer (school project)
3 stars 0 forks source link

Simple camera movement #19

Closed lonkaars closed 4 years ago

lonkaars commented 4 years ago

Create a file camera.cpp that listens for keyboard/mouse events and moves the camera in a momentum-based manner (as in with easing). camera.cpp should provide a method that returns the difference in x,y,z,rotation x, rotation y, and rotation z.

lonkaars commented 4 years ago

In dev branch but broken because of x11