muell@lemmings.world to Godot@programming.dev · 2 months agoWhy is the negative Z-axis considered to be facing forward in Godot?message-squaremessage-square12linkfedilinkarrow-up125arrow-down11
arrow-up124arrow-down1message-squareWhy is the negative Z-axis considered to be facing forward in Godot?muell@lemmings.world to Godot@programming.dev · 2 months agomessage-square12linkfedilink
minus-squarevintageballs@feddit.orglinkfedilinkDeutscharrow-up4·edit-22 months agoI think especially in 2d, using the negative direction makes sense, as things that are “higher” (closer to the screen) should occlude things that are “lower”. It’s the same in HTML/CSS.
I think especially in 2d, using the negative direction makes sense, as things that are “higher” (closer to the screen) should occlude things that are “lower”. It’s the same in HTML/CSS.