Updated examples to make them clearer
This commit is contained in:
parent
9cbfcbb820
commit
15cd4dce4e
5 changed files with 16 additions and 9 deletions
|
@ -22,7 +22,7 @@ int main()
|
|||
|
||||
InitWindow(screenWidth, screenHeight, "raylib [core] example - 3d camera first person");
|
||||
|
||||
// Define the camera to look into our 3d world
|
||||
// Define the camera to look into our 3d world (position, target, up vector)
|
||||
Camera camera = {{ 0.0f, 10.0f, 10.0f }, { 0.0f, 0.0f, 0.0f }, { 0.0f, 1.0f, 0.0f }};
|
||||
|
||||
// Generates some random columns
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue