Search found 3 matches

by windows_x_seven
Fri Nov 23, 2018 4:38 pm
Forum: Beginners Help
Topic: Need help swapping the Y axis with the Z axis.
Replies: 6
Views: 1512

Re: Need help swapping the Y axis with the Z axis.

CuteAlien wrote:Sorry, it won't work with FPS-Camera. You will have to write your own for that. Going against the defaults of a library is always hard...
Ok, thanks for the help!
by windows_x_seven
Fri Nov 16, 2018 5:05 pm
Forum: Beginners Help
Topic: Need help swapping the Y axis with the Z axis.
Replies: 6
Views: 1512

Re: Need help swapping the Y axis with the Z axis.

You can set the up-vector of your camera to 0,0,1. Be aware as long as you don't change to right handed coordinate system (which I wouldn't recommend really...) it means y is coming towards you now (or x to the left). I'm currently using the FPS camera, and this produces a really weird movement whe...
by windows_x_seven
Fri Nov 16, 2018 4:30 am
Forum: Beginners Help
Topic: Need help swapping the Y axis with the Z axis.
Replies: 6
Views: 1512

Need help swapping the Y axis with the Z axis.

Hello there! I'd like to request help on swapping the Y axis with the Z axis (Z as height). I can't stand using Y as height, since I've been using Z for most of my coding now, it really bothers me to set something to the Y axis and then find it going up or down instead of sideways and then have to r...