def createCamera(self, spaceID):
     self.__cam = BigWorld.AircraftCamera()
     self.__cam.spaceID = spaceID
     BigWorld.camera(self.__cam)