Removing lookahead concept

This commit is contained in:
2026-02-04 20:01:17 +01:00
parent 3bb1fa6e51
commit 467c504071
11 changed files with 5 additions and 76 deletions

View File

@@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
- TachyonFX based animations
### Removed
- Removed lookahead from sequencer; event timing now uses `engine_time + time_delta` directly.
### Changed
- Flattened model re-export indirection; `script.rs` now exports only `ScriptEngine`.
- Hue rotation step size increased from 1° to 5° for faster adjustment.