Browse Source

Use free camera in model shader example (#4428)

IcyLeave6109 9 months ago
parent
commit
15f6c47f07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/shaders/shaders_model_shader.c

+ 1 - 1
examples/shaders/shaders_model_shader.c

@@ -69,7 +69,7 @@ int main(void)
     {
     {
         // Update
         // Update
         //----------------------------------------------------------------------------------
         //----------------------------------------------------------------------------------
-        UpdateCamera(&camera, CAMERA_FIRST_PERSON);
+        UpdateCamera(&camera, CAMERA_FREE);
         //----------------------------------------------------------------------------------
         //----------------------------------------------------------------------------------
 
 
         // Draw
         // Draw