Пример #1
0
  /** Send what this camera sees to the view port */
  public void feed() {

    parent.perspective(fov, aspect, nearClip, farClip);

    parent.camera(cameraX, cameraY, cameraZ, targetX, targetY, targetZ, upX, upY, upZ);
  }