The animation tool now works and I used it to design an idle animation with the classic bounce.

This commit is contained in:
Zed A. Shaw 2026-02-11 13:00:57 -05:00
parent 80f100f223
commit 547e8ec993
3 changed files with 9 additions and 15 deletions

View file

@ -12,12 +12,6 @@
#include <ranges>
#include <vector>
/*
* TODO:
*
* - Bring back shaders.
*/
using namespace std::chrono_literals;
bool YES_SYNC=true;