Love it. Love everything about it.
Love it. Love everything about it.
Only 0.02 versions left till 1.0!
Reminds me of old school "CPU Optimizer" bloatware back in the 90s and early 2000s.
At least they are consistent.
Wow, he is killing it.
Hoping we get blueprint getters/setters for property bag structs sometime.
Because the mirrors camera transform has an odd number of negative axes.
Oh? Might be time to poke around in github for a preview.
Equally hilarious is the drone tender swarm. Its more hilarious when it sometimes actually works.
Would love to live in a timeline that is not pants-on-head stupid.
So its a proper Yakuza game then.
Wait, its out?
This meme gets more relevant every year.
Give it a few games, given the rate of gamedev these decades.
Oh, we are back to those kinds of commercials. Le sigh.
Oh no, what did I miss?
Sorry, I meant in the case of -0.f, did you want to return 1 or -1.
Ignore the "1 or 0" bit, thats what I get for typing during meetings.
The biggest issue with sign_bit is that -0.0 is a valid number.
Do you want your function to return 0 or 1?
The sign bit is usually the same for both floats and signed integers, so a mask is usually an option.
I would call it sanity_sign(), but I do have a tendency to get a bit snarky in my code.