mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-23 06:43:37 +02:00
[raylib/en] Updated example (#4775)
This commit is contained in:
@@ -40,7 +40,7 @@ int main(void)
|
|||||||
.target = {0.0f, 0.0f, 1.0f},
|
.target = {0.0f, 0.0f, 1.0f},
|
||||||
.up = {0.0f, 1.0f, 0.0f},
|
.up = {0.0f, 1.0f, 0.0f},
|
||||||
.fovy = 70.0f,
|
.fovy = 70.0f,
|
||||||
.type = CAMERA_PERSPECTIVE
|
.projection = CAMERA_PERSPECTIVE
|
||||||
};
|
};
|
||||||
|
|
||||||
// raylib supports loading of models, animations, images and sounds
|
// raylib supports loading of models, animations, images and sounds
|
||||||
|
Reference in New Issue
Block a user