From 90ec0d52e045b4b3be9e2a7cd8d18a742882e457 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 13 Mar 2023 23:12:23 +0100 Subject: [PATCH] Reviewed filename --- examples/models/models_loading_m3d.c | 2 +- .../models/m3d/{CesiumMan.m3d => cesium_man.m3d} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/models/resources/models/m3d/{CesiumMan.m3d => cesium_man.m3d} (100%) diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c index 18c8e1af..b9674b6f 100644 --- a/examples/models/models_loading_m3d.c +++ b/examples/models/models_loading_m3d.c @@ -41,7 +41,7 @@ int main(void) Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position - char modelFileName[128] = "resources/models/m3d/CesiumMan.m3d"; + char modelFileName[128] = "resources/models/m3d/cesium_man.m3d"; bool drawMesh = 1; bool drawSkeleton = 1; bool animPlaying = false; // Store anim state, what to draw diff --git a/examples/models/resources/models/m3d/CesiumMan.m3d b/examples/models/resources/models/m3d/cesium_man.m3d similarity index 100% rename from examples/models/resources/models/m3d/CesiumMan.m3d rename to examples/models/resources/models/m3d/cesium_man.m3d