Altazimuth
banner
altazimuth.dev
Altazimuth
@altazimuth.dev
Max Waine
PNGTuber/Streamer, Game Developer (Nightdive Studios, KEX Team)
Fan/Art Tag: #ARTazimuth
PFP/Model: qwarq.io
Stream: https://www.twitch.tv/altazimuth
He/Him

All views expressed here are my own
I'm a Zelda 2 sicko and you should join me in the madness.
November 28, 2025 at 2:07 PM
It's OK my using punctuation and capitalisation makes my posts naturally less funny.
November 28, 2025 at 6:24 AM
Note: Pos always is Y from -1 to +1 inclusive (at least for landscape resolutions, IDC about portrait). X uses the same scale, meaning X always ranges from -w/h to +w/h.

That's a lot of ratios to lose precision with.
November 27, 2025 at 3:21 AM
pos_from_absolute w/ 2560 x by 1440 y scene and source at 325 v->x:
dst->x = (2 * v->x - x) / y;
This gets you a value of -1.32638884.
pos_to_absolute with the prior result as v->x:
dst->x = (v->x * y + x) / 2;
This gets you a value of 325.000061.

IEEE754 precision loss strikes again! All f32
November 27, 2025 at 3:16 AM
OK so I think it's always inherently going to be group-related? nudge_abs_values here rounds pixel values to the next .5 in the Edit Transform window.
Still, though, I'm uncertain what I need to do to repro the weird phantom float fuckery if ignoring the nudge.
November 27, 2025 at 2:18 AM
Also what size is the source anim and what size is the OBS source?
November 27, 2025 at 1:21 AM
You just moving with with left/right here on the KB? I've experience this and I'm sick of it so I wanna try debug why it happens.
November 27, 2025 at 1:20 AM
*rifles through notes* If I spend $70 can I have an opinion?
November 25, 2025 at 9:05 PM
*waves*
November 25, 2025 at 4:40 PM
Tag me the fuck in if 6 or 2.
November 25, 2025 at 4:39 PM
One that always sticks in my mind is one I saw when doing Deacon Blues:
Drink scotch whiskey all night long
And dine behind the wheel
November 23, 2025 at 2:05 AM
Nah I didn't. Could be fun but I think better to do OL while it's relatively fresh in my mind.
November 20, 2025 at 2:25 PM
I've been informed it's not easy.
November 20, 2025 at 12:18 AM
Oh this sounds delightful. Count me in!
November 17, 2025 at 12:16 AM