Variable Camera3D.projection

Camera projection: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC

struct Camera3D
{
  // ...
  int projection;
  // ...
}