i know, when i am handeling a position, i use Z position for Z order.
but , when i am handeling a rotation, what does Z do?
tell me …
thank you
i know, when i am handeling a position, i use Z position for Z order.
but , when i am handeling a rotation, what does Z do?
tell me …
thank you
Defold is actually a 3D engine, and all math is done in 3D. So the z value of the rotation is used as any other rotation axis.
ok, i got it