mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-17 15:51:19 +00:00
RENAMED: camera.type -> camera.projection
This commit is contained in:
@@ -42,7 +42,7 @@ int main(void)
|
||||
camera.target = (Vector3){ 0.0f, 0.0f, 0.0f };
|
||||
camera.up = (Vector3){ 0.0f, 1.0f, 0.0f };
|
||||
camera.fovy = 45.0f;
|
||||
camera.type = CAMERA_PERSPECTIVE;
|
||||
camera.projection = CAMERA_PERSPECTIVE;
|
||||
|
||||
// Define our three models to show the shader on
|
||||
Mesh torus = GenMeshTorus(.3, 1, 16, 32);
|
||||
|
||||
Reference in New Issue
Block a user