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

Game Development

4653 readers
21 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] 11 points 1 month ago* (last edited 1 month 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] 4 points 1 month 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)