The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
18 views

How to check default axis orientation on device?

I am developing a game which uses the accelerometer to move the character. It works fine on all the mobile phones tested on. However when testing on a tablet, it seems the y and x axis are reversed I ...
6
votes
2answers
158 views

How do I convert a 2D movement (from mouse) to a displacement along a 3d axis?

I'm making a small 3D scene editor (that only allow to modify objects positions). Each object is draw with a 3d X/Y/Z axis : How it works : user choose an axis (X, Y or Z) by left clicking on it, ...
7
votes
4answers
870 views

Why is Y up in many Games?

I learned at school that the z-axis is up. It is the same in modeling software like Blender. However in many games the y-axis is up. What is reason?