IF you use arrow keys to move forward and right/left key to rotate camera the house on the left breaks up a bit. THe static house big model on left model changes slightly with extra lines appearing when rotating camera up close..
..check keys
if (dict[Keyboard.LEFT ]==true) {
//camera.moveLeft(10);
camera.rotationY-=1;
}// Left
..
private function gameLoop(e:Event):void {
check_keys();
view.render();
http://www.mymrt.net/MyPlane/myload3.html
