Tagged Questions
1
vote
2answers
394 views
What is a good “easily” moddable and scriptable 3D game?
I've made a fair number of 2D games (and actually completed/released a few of them). I'm hesitant to move into the 3D realm, because of the order of magnitude (everything takes ~10x more work).
To ...
1
vote
2answers
581 views
How do i get the X,Y and Z of the way my unit is facing?
I have the yaw and pitch of my unit at my disposal, I know if I use polar to cartesian conversion I'll get the X and Y of each one of those two, but I need them combined to give me the x,y and z of ...