From 0fd42529c78ffbd37e2220d0eb29111e53ca2d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D1=8C=D0=B1=D0=B5=D1=80=D1=82=20=D0=93=D0=B0?= =?UTF-8?q?=D0=B4=D0=B8=D0=B5=D0=B2?= Date: Sat, 1 Mar 2025 11:22:32 +0600 Subject: [PATCH] Linux version --- Readme.md | 2 +- main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 93e770c..5d8f8f7 100644 --- a/Readme.md +++ b/Readme.md @@ -38,6 +38,6 @@ https://github.com/gametutorials/tutorials/blob/master/OpenGL/MD3%20Animation/Ma linux: ``` -g++ Game.cpp main.cpp Math.cpp OpenGlExtensions.cpp Physics.cpp Renderer.cpp ShaderManager.cpp TextureManager.cpp Utils.cpp -o sdl_app -O2 -std=c++14 $(pkg-config --cflags --libs sdl2 gl) +g++ Game.cpp main.cpp Math.cpp OpenGlExtensions.cpp Physics.cpp Renderer.cpp ShaderManager.cpp TextureManager.cpp Utils.cpp BoneAnimatedModel.cpp ObjLoader.cpp -o sdl_app -O2 -std=c++14 $(pkg-config --cflags --libs sdl2 gl) ``` \ No newline at end of file diff --git a/main.cpp b/main.cpp index 44c46a3..4fd4fd4 100755 --- a/main.cpp +++ b/main.cpp @@ -16,7 +16,7 @@ #include "AnimatedModel.h" #include "BoneAnimatedModel.h" -ZL::AnimatedModel testLoadModel(); +//ZL::AnimatedModel testLoadModel(); namespace ZL { @@ -282,7 +282,7 @@ namespace ZL CheckGlError(); - GameObjects::testmd3 = testLoadModel(); + ///GameObjects::testmd3 = testLoadModel(); /* GameObjects::testmd3mutable.resize(GameObjects::testmd3.size());