Re: Plane simulation problems

[quote]Hello
I was trying to implement a plane movement for quite some time now. so far I got a simple model of the plane to move forward using a thread but I couldn’t get it to move like a real plane would.
[/quote]
Complex problem! You have examind my sample code for a fake model (SimpleFlightModel)?

Yes, please post the code for the clear insight. The last code you posted was a mixture of Java3D code, input handling and scene setup. Hard to see where the actual motion could hide there…