Testing ssh config..
Minor fix, who cares.
This commit is contained in:
@@ -18,7 +18,7 @@ main()
|
|||||||
camera.fovy = 45.0f;
|
camera.fovy = 45.0f;
|
||||||
camera.projection = CAMERA_PERSPECTIVE;
|
camera.projection = CAMERA_PERSPECTIVE;
|
||||||
|
|
||||||
Model model = LoadModel("assets/fish/frog.glb");
|
Model model = LoadModel("assets/fish/first.glb");
|
||||||
Vector3 position = { 0.0f, 0.0f, 0.0f };
|
Vector3 position = { 0.0f, 0.0f, 0.0f };
|
||||||
|
|
||||||
while (!WindowShouldClose()) {
|
while (!WindowShouldClose()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user