this post was submitted on 06 Jun 2025
181 points (98.9% liked)

Game Development

4495 readers
4 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 15 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

As an engineer, Z up right handed is the only one that makes sense. All engineering follows this convention, motion sensors (example) or GPS topography will use that.

Cameras calibrations also use right hand but typically rotated such that it's X right, Y down, Z depth. That way, the projection formula give the pixels column, row and depth values.

camera coordinate system

[โ€“] [email protected] 7 points 2 weeks ago

In Physics we mostly used right-hand, but X-right, Y-up, and Z pointing towards the viewer.

But that's details. The only important choice is between left- and right-handed, as that affects the signs in the cross product (and some other formulas - generally everything that cares about which rotation is considered positive).

load more comments (2 replies)