瀏覽代碼

RENAME: type to projection #2851

pull/2853/head
Ray 2 年之前
父節點
當前提交
bba6ae5622
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rcamera.h

+ 1
- 1
src/rcamera.h 查看文件

@ -73,7 +73,7 @@
Vector3 target; // Camera target it looks-at
Vector3 up; // Camera up vector (rotation over its axis)
float fovy; // Camera field-of-view apperture in Y (degrees) in perspective, used as near plane width in orthographic
int type; // Camera type, defines projection type: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC
int projection; // Camera type, defines projection type: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC
} Camera3D;
typedef Camera3D Camera; // Camera type fallback, defaults to Camera3D

Loading…
取消
儲存