What is x-client mode?
Posted: Fri Sep 27, 2013 7:21 pm
Hi, theres alot of tail about x-client I have found but I cannot find a page where explains what is x-client mode.
I see in code:
But whats so spiecal about 0.707? Thanks.
I see in code:
Code: Select all
if (xmode) {
this.pitch = 0.707f * (roll + pitch);
this.roll = 0.707f * (roll - pitch);
}