Camera constructor

Camera()

Creates a new name. Note that this class is not intended to be called directly; you probably want a PerspectiveCamera or OrthographicCamera instead.

Implementation

Camera():super(){
  type = "Camera";
}