Now have a simple camera system that I can configure in json for different motion effects.
This commit is contained in:
parent
8345097e10
commit
5b57fb2033
11 changed files with 173 additions and 128 deletions
6
tests/camera.cpp
Normal file
6
tests/camera.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <fmt/core.h>
|
||||
|
||||
TEST_CASE("view based camera system", "[camera]") {
|
||||
REQUIRE(1 == 1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue