This is getting better all the time, in the oculus rift it is just amazing, still have a problem with the instruments in the rift though.
I'm sorry for Oculus Rift users, but I don't think I can do anything about it, at least for now...
one thing I noticed is that the propellers turn the wrong way at least on the port engine.
Thanks, you're right, the propellers rotate in the opposite direction(both), I didn't noticed that. My apologies.
You can change "y:-1" to "y:1" on those 2 lines and it will be fixed
line 667 - geom.rotate_joint(left_prop, (val*1.1 ), {x:0,y:1,z:0});
line 668 - geom.rotate_joint(right_prop, (val*1.1 ), {x:0,y:1,z:0});
..or you can simply download the .js file here:
Mediafire and replace the older one. This change will be included in the next update.