https://youtu.be/qqCEtwq9BkM

E594: "Too Hot (Bullet-Time Jump Trigger)"
🎵 Mark Ronson, Bruno Mars - Uptown Funk
Working on an interactive way to trigger the "Bullet-Time" script - previously I was hand-triggering through a button press on wireless keyboard.

#creativecoding #madewithunity #realtime #realtimegraphics #realtimerendering #realtimevfx #procedural #generative #interactive #audioreactive #audioreactivevisuals #motiongraphics

E594: "Too Hot (Bullet-Time Jump Trigger)"

YouTube
On one of the tests it looked kinda cool when it grabbed a snapshot at the peak of a jump, so here I'm testing a quick method to detect the top of jumps - large upward motion primes the trigger, then as soon as downwards motion starts it fires off the script.
Still a first pass - kinda flaky as the motion pulled down from GPU is lowest mip of the motion buffer, as was previously only used to detect any motion in front of screen to dismiss idle-loop logos etc. So this means it's an average from across whole screen and to set threshold high enough to not trigger at just an arm wave means that only way to trigger reliably is to do a star jump. Just jumping straight up wasn't covering enough of the screen.
You can probably see how knackered I am in the video after jumping around for 20 minutes lol.