Hi!

A question only partly away3d related, but I have no idea where else
can I ask.

I would like to create a simple flight simulator, but I have problems
with changing the right properties of camera.
This post is targeted to people with some flight experience or someone
who already made a simple flight sim.

For now I use this:

_camera.pitch(keyboardUpDown);
_camera.roll(keyboardleftRight);
_camera.moveForward(5);

keyboardUpDown and keyboardleftRight are variables of keypress with
some simple ease.

When turning left the camera only rotate in flight direction. Real
aircraft will additionaly turn left. Using yaw or rotationY don't give
proper results.

Could anybody direct me to a good reading material or example of
"Aircraft flight mechanics vs AS3" ?

regards
Paweł Stanisławczuk

Reply via email to