summaryrefslogtreecommitdiffhomepage
path: root/examples/core
diff options
context:
space:
mode:
authorubkp <[email protected]>2023-10-31 06:10:43 -0300
committerGitHub <[email protected]>2023-10-31 10:10:43 +0100
commitd8acceca14da2ee5f8e03cd23347b28e438334bd (patch)
treef5d4678f6d6ef48be0bb0da0317b66b88a856801 /examples/core
parentff04d52f12c95b0b25faaffc4e68abed9ba2b474 (diff)
downloadraylib-d8acceca14da2ee5f8e03cd23347b28e438334bd.tar.gz
raylib-d8acceca14da2ee5f8e03cd23347b28e438334bd.zip
Fix example core_3d_camera_free (#3488)
Diffstat (limited to 'examples/core')
-rw-r--r--examples/core/core_3d_camera_free.c10
-rw-r--r--examples/core/core_3d_camera_free.pngbin25317 -> 25956 bytes
2 files changed, 4 insertions, 6 deletions
diff --git a/examples/core/core_3d_camera_free.c b/examples/core/core_3d_camera_free.c
index 78200a64..ec849758 100644
--- a/examples/core/core_3d_camera_free.c
+++ b/examples/core/core_3d_camera_free.c
@@ -65,15 +65,13 @@ int main(void)
EndMode3D();
- DrawRectangle( 10, 10, 320, 133, Fade(SKYBLUE, 0.5f));
- DrawRectangleLines( 10, 10, 320, 133, BLUE);
+ DrawRectangle( 10, 10, 320, 93, Fade(SKYBLUE, 0.5f));
+ DrawRectangleLines( 10, 10, 320, 93, BLUE);
DrawText("Free camera default controls:", 20, 20, 10, BLACK);
DrawText("- Mouse Wheel to Zoom in-out", 40, 40, 10, DARKGRAY);
DrawText("- Mouse Wheel Pressed to Pan", 40, 60, 10, DARKGRAY);
- DrawText("- Alt + Mouse Wheel Pressed to Rotate", 40, 80, 10, DARKGRAY);
- //DrawText("- Alt + Ctrl + Mouse Wheel Pressed for Smooth Zoom", 40, 100, 10, DARKGRAY);
- DrawText("- Z to zoom to (0, 0, 0)", 40, 120, 10, DARKGRAY);
+ DrawText("- Z to zoom to (0, 0, 0)", 40, 80, 10, DARKGRAY);
EndDrawing();
//----------------------------------------------------------------------------------
@@ -85,4 +83,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
-} \ No newline at end of file
+}
diff --git a/examples/core/core_3d_camera_free.png b/examples/core/core_3d_camera_free.png
index 7874eedc..71dfc1c8 100644
--- a/examples/core/core_3d_camera_free.png
+++ b/examples/core/core_3d_camera_free.png
Binary files differ