Improve performance and tune ramp/planter collision behavior

This commit is contained in:
Kelsi 2026-02-03 17:21:04 -08:00
parent f43e6bf834
commit f00d13bfc0
12 changed files with 310 additions and 164 deletions

View file

@ -5,6 +5,7 @@
#include <string>
#include <vector>
#include <sys/types.h>
#include <chrono>
namespace wowee {
namespace pipeline { class AssetManager; }
@ -57,6 +58,7 @@ private:
std::string tempFilePath = "/tmp/wowee_footstep.wav";
pid_t playerPid = -1;
std::chrono::steady_clock::time_point lastPlayTime = std::chrono::steady_clock::time_point{};
std::mt19937 rng;
};