AnimTestbed/tests
Martin Felis 3d55b748e6 Refactored anim graph data usage and evaluation.
- Refactored NodeSocketAccessor to NodeDescriptor.
- Connections are wired up during AnimGraph instantiation.
  - Output and input sockets point to the same memory location.
  - No re-wiring needed during evaluation.
  - AnimGraph are pre-allocated (refactoring for less memory usage postponed).
- Evaluation of AnimGraph now possible from the editor.
2023-04-01 14:16:20 +02:00
..
data Added missing test data 2022-10-18 22:34:01 +02:00
AnimGraphEvalTests.cc Refactored anim graph data usage and evaluation. 2023-04-01 14:16:20 +02:00
AnimGraphResourceTests.cc Refactored anim graph data usage and evaluation. 2023-04-01 14:16:20 +02:00
NodeDescriptorTests.cc Added NodeDescriptor::UpdateFlags() to set Blend2 weight input flags. 2023-03-30 16:53:09 +02:00
SyncTrackTests.cc WIP transition to using sync track based synchronisation. 2021-11-19 12:40:14 +01:00
catch.hpp Minor restructuring for tests, initial work for sync tracks. 2021-11-16 18:15:56 +01:00
main.cc Minor restructuring for tests, initial work for sync tracks. 2021-11-16 18:15:56 +01:00