Introduction
AndEngine includes three types of cameras, not including the base Camera
object, which allow us to control (more specifically) how the camera behaves. Cameras can play many different roles in a game, and in some cases, we may find ourselves in need of more than one camera. This chapter is going to cover some of the different purposes and ways we can use AndEngine's Camera
objects in order to apply more advanced camera functionality into our own games.