this post was submitted on 06 Jun 2025
42 points (100.0% liked)

UnrealEngine

225 readers
18 users here now

Community for Unreal Engine Developers!

founded 2 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] mindbleach@sh.itjust.works 5 points 2 days ago (2 children)

What a fantastic graphic. Neatly explaining both the weird technical shit that only engineers think about, and how two independent coin-toss decisions did not go their way.

Frankly I'm surprised how many other systems are Z-up.

[–] bradhd@programming.dev 8 points 1 day ago (1 children)

Frankly I'm surprised how many other systems are Z-up.

Right-handed Z-up is the default orientation in mathematics and related disciplines (like physics) when working with 3D Cartesian coordinates, which I guess is why most of the software in that quadrant is used for modelling real-world objects (compared to digital-only game assets etc).

[–] UniversalBasicJustice@lemmy.dbzer0.com 5 points 1 day ago* (last edited 1 day ago) (1 children)

Shit I think I learned the right hand rule in Physics 1. And then in Physics 2, Statics, Dynamics, Machine Design, and several others.

Why Y-up?? Clearly the softies arent touching enough grass, apparently due to a lack of orienteering ability.

QUICKEDIT; GabeN demonstrating superior decision-making as usual with Z-up RHR in Source.

[–] bradhd@programming.dev 2 points 1 day ago (1 children)

As far as I can tell, it's more about what the final output is used for. If it's to be rendered on a screen, then the convention is that the z-axis is depth (since the x-y plane represent the location on-screen). So game assets and VFX tend to prefer Y-up. If it's a digital representation of a real object (like in CAD programs), then the more "physical" convention is the useful one.

[–] mindbleach@sh.itjust.works 1 points 1 day ago

Narrowly dodging how screen coordinates are Y-down. Even engineers thought that was too silly.

[–] ryedaft@sh.itjust.works 1 points 1 day ago

Heh, I used to follow Freya on Twitter even though I do no 3D or game development at all

[–] ForgotAboutDre@lemmy.world 9 points 2 days ago

Crazy anyone would use a left handed system.