Go to file
Martin Felis 08ae84fcb4 New evaluation scheme.
- Animation Data are always referenced via a pointer in nodes.
- Animation Data storage pointers are injected from graph when node is evaluated.
- Node value outputs always stored in node.
- Node value inputs always referenced via pointer. References are created when instantiating the graph.
2022-04-01 13:19:54 +02:00
3rdparty Initial graph editor and graph instantiation from file. 2022-02-11 16:51:18 +01:00
media Added limping and zombie walk animations. 2021-11-16 17:31:18 +01:00
src New evaluation scheme. 2022-04-01 13:19:54 +02:00
tests New evaluation scheme. 2022-04-01 13:19:54 +02:00
.clang-format Initial commit 2021-11-11 21:22:24 +01:00
.gitignore Added limping and zombie walk animations. 2021-11-16 17:31:18 +01:00
CMakeLists.txt Removed old animation graph code. 2022-03-25 11:51:37 +01:00