Use free camera in model shader example (#4428)

This commit is contained in:
IcyLeave6109
2024-10-24 12:49:47 -03:00
committed by GitHub
parent 16368cd353
commit 15f6c47f07

View File

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