Flying Chopper

Make the chopper from the previous task fly. Here are some ideas for that:

  • Make it fly up and down according to some function (like the cosine).
  • Make it fly according to the user input. This will require you to find out how to get the user input in either JavaScript or C++.
  • Make the blades rotate according to the speed of the chopper.
  • Make the camera follow the chopper.
  • What happens if you fly out of the hangar? Can you restrict the movement to be only inside the hangar? How?

Task is to try some of those ideas out and describe the solution (e.g. comment the code, what did you actually do etc).

;