diff --git a/grafika_projekt/Debug/Texture.obj b/grafika_projekt/Debug/Texture.obj deleted file mode 100644 index 978531c..0000000 Binary files a/grafika_projekt/Debug/Texture.obj and /dev/null differ diff --git a/grafika_projekt/shaders/shader_tex.frag b/grafika_projekt/shaders/shader_tex.frag index 08c1ade..6ea96e2 100644 --- a/grafika_projekt/shaders/shader_tex.frag +++ b/grafika_projekt/shaders/shader_tex.frag @@ -11,6 +11,7 @@ void main() vec2 modifiedTexCoord = vec2(interpTexCoord.x, 1.0 - interpTexCoord.y); // Poprawka dla tekstur Ziemi, ktore bez tego wyswietlaja sie 'do gory nogami' vec3 color = texture2D(textureSampler, modifiedTexCoord).rgb; vec3 normal = normalize(interpNormal); - float diffuse = max(dot(normal, -lightDir), 0.0); - gl_FragColor = vec4(color * diffuse, 1.0); + float ambient = 0.2; + float diffuse = max(dot(normal, -lightDir), 0.1); + gl_FragColor = vec4(color * (ambient + (1-ambient) * diffuse * 0.6 ), 1.0); } diff --git a/grafika_projekt/src/main.cpp b/grafika_projekt/src/main.cpp index dde6842..cecef4f 100644 --- a/grafika_projekt/src/main.cpp +++ b/grafika_projekt/src/main.cpp @@ -23,7 +23,7 @@ unsigned int cubemapTexture, skyboxVAO; float old_x, old_y = -1; glm::vec3 cursorDiff; -glm::vec3 lightDir = glm::normalize(glm::vec3(1.0f, -0.9f, -1.0f)); +glm::vec3 lightDir = glm::normalize(glm::vec3(1.0f, -10.f, -1.0f)); glm::vec3 cameraPos = glm::vec3(0, 0, 5); glm::vec3 cameraDir; // Wektor "do przodu" kamery glm::vec3 cameraSide; // Wektor "w bok" kamery diff --git a/grafika_projekt/x64/Debug/Camera.obj b/grafika_projekt/x64/Debug/Camera.obj deleted file mode 100644 index 11b0f11..0000000 Binary files a/grafika_projekt/x64/Debug/Camera.obj and /dev/null differ diff --git a/grafika_projekt/x64/Debug/Shader_Loader.obj b/grafika_projekt/x64/Debug/Shader_Loader.obj deleted file mode 100644 index b68e4e4..0000000 Binary files a/grafika_projekt/x64/Debug/Shader_Loader.obj and /dev/null differ diff --git a/grafika_projekt/x64/Debug/grafika_projekt.log b/grafika_projekt/x64/Debug/grafika_projekt.log deleted file mode 100644 index 6508dff..0000000 --- a/grafika_projekt/x64/Debug/grafika_projekt.log +++ /dev/null @@ -1,136 +0,0 @@ - Camera.cpp - main.cpp -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\main.cpp(108,10): warning C4244: "=": konwersja z "int" do "float", możliwa utrata danych -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\main.cpp(109,10): warning C4244: "=": konwersja z "int" do "float", możliwa utrata danych - Shader_Loader.cpp -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\Shader_Loader.cpp(39,44): warning C4267: "inicjowanie": konwersja z "size_t" do "int", możliwa utrata danych -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\Shader_Loader.cpp(39,44): warning C4267: "inicjowanie": konwersja z "size_t" do "const int", możliwa utrata danych - Generowanie kodu... - image_DXT.c -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\image_DXT.c(92,9): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. - image_helper.c -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\image_helper.c(325,1): warning C4244: "inicjowanie": konwersja z "double" do "float", możliwa utrata danych -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\image_helper.c(366,58): warning C4244: "=": konwersja z "double" do "float", możliwa utrata danych -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\image_helper.c(373,46): warning C4244: "=": konwersja z "float" do "int", możliwa utrata danych -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\image_helper.c(415,58): warning C4244: "=": konwersja z "double" do "float", możliwa utrata danych -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\image_helper.c(422,62): warning C4244: "=": konwersja z "float" do "int", możliwa utrata danych - SOIL.c -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1157,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1157,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1157,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glAccum” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1157,33): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1157,58): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1158,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1158,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1158,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glAlphaFunc” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1158,37): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1158,63): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1159,21): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1159,30): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1159,30): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glAreTexturesResident” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1159,52): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1159,109): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1160,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1160,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1160,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glArrayElement” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1160,40): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1160,48): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1161,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1161,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1161,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glBegin” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1161,33): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1161,45): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1162,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1162,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1162,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glBindTexture” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1162,39): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1162,69): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1163,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1163,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1163,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glBitmap” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1163,34): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1163,147): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1164,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1164,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1164,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glBlendFunc” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1164,37): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1164,68): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1165,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1165,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1165,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glCallList” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1165,36): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1165,48): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1166,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1166,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1166,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glCallLists” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1166,37): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1166,81): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1167,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1167,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1167,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClear” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1167,33): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1167,49): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1168,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1168,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1168,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClearAccum” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1168,38): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1168,94): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1169,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1169,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1169,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClearColor” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1169,38): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1169,98): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1170,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1170,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1170,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClearDepth” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1170,38): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1170,53): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1171,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1171,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1171,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClearIndex” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1171,38): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1171,48): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1172,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1172,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1172,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClearStencil” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1172,40): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1172,48): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1173,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1173,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1173,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glClipPlane” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1173,37): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1173,76): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1174,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1174,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1174,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glColor3b” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1174,35): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1174,73): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1175,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1175,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1175,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glColor3bv” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1175,36): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1175,52): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1176,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1176,25): error C2085: "APIENTRY": nie ma na liście formalnych parametrów -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1176,25): error C2146: błąd składniowy: brakuje „,” przed identyfikatorem „glColor3d” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1176,35): error C2143: błąd składniowy: brakuje „;” przed „(” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1176,79): error C2059: błąd składniowy: „)” -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1177,16): error C2054: oczekiwano "(" postępuj zgodnie z "WINGDIAPI" -C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\GL\gl.h(1177,16): fatal error C1003: Licznik błędów przekracza 100; zatrzymywanie kompilacji - stb_image_aug.c -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(177,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(251,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(303,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(1557,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(2394,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(2709,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(2995,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(3209,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(3548,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stb_image_aug.c(3644,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stbi_DDS_aug_c.h(362,19): warning C4018: ">": niezgodność typu ze znakiem/bez znaku -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stbi_DDS_aug_c.h(366,19): warning C4018: ">": niezgodność typu ze znakiem/bez znaku -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stbi_DDS_aug_c.h(390,19): warning C4018: "<": niezgodność typu ze znakiem/bez znaku -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stbi_DDS_aug_c.h(427,19): warning C4018: "<": niezgodność typu ze znakiem/bez znaku -C:\Users\sanan\source\repos\GRK-Projekt\grafika_projekt\src\SOIL\stbi_DDS_aug_c.h(498,14): error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. - Generowanie kodu... diff --git a/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.command.1.tlog b/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.command.1.tlog deleted file mode 100644 index 00b2e54..0000000 Binary files a/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.command.1.tlog and /dev/null differ diff --git a/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.read.1.tlog b/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.read.1.tlog deleted file mode 100644 index c94b44c..0000000 Binary files a/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.read.1.tlog and /dev/null differ diff --git a/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.write.1.tlog b/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.write.1.tlog deleted file mode 100644 index 270d0e1..0000000 Binary files a/grafika_projekt/x64/Debug/grafika_projekt.tlog/CL.write.1.tlog and /dev/null differ diff --git a/grafika_projekt/x64/Debug/grafika_projekt.tlog/grafika_projekt.lastbuildstate b/grafika_projekt/x64/Debug/grafika_projekt.tlog/grafika_projekt.lastbuildstate deleted file mode 100644 index ddef5ed..0000000 --- a/grafika_projekt/x64/Debug/grafika_projekt.tlog/grafika_projekt.lastbuildstate +++ /dev/null @@ -1,2 +0,0 @@ -PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.19041.0: -Debug|x64|C:\Users\sanan\source\repos\GRK-Projekt\| diff --git a/grafika_projekt/x64/Debug/grafika_projekt.tlog/unsuccessfulbuild b/grafika_projekt/x64/Debug/grafika_projekt.tlog/unsuccessfulbuild deleted file mode 100644 index e69de29..0000000 diff --git a/grafika_projekt/x64/Debug/image_DXT.obj b/grafika_projekt/x64/Debug/image_DXT.obj deleted file mode 100644 index 441f32b..0000000 Binary files a/grafika_projekt/x64/Debug/image_DXT.obj and /dev/null differ diff --git a/grafika_projekt/x64/Debug/image_helper.obj b/grafika_projekt/x64/Debug/image_helper.obj deleted file mode 100644 index 0fc3ba6..0000000 Binary files a/grafika_projekt/x64/Debug/image_helper.obj and /dev/null differ diff --git a/grafika_projekt/x64/Debug/main.obj b/grafika_projekt/x64/Debug/main.obj deleted file mode 100644 index 513e665..0000000 Binary files a/grafika_projekt/x64/Debug/main.obj and /dev/null differ diff --git a/grafika_projekt/x64/Debug/stb_image_aug.obj b/grafika_projekt/x64/Debug/stb_image_aug.obj deleted file mode 100644 index c4345c8..0000000 Binary files a/grafika_projekt/x64/Debug/stb_image_aug.obj and /dev/null differ diff --git a/grafika_projekt/x64/Debug/vc142.idb b/grafika_projekt/x64/Debug/vc142.idb deleted file mode 100644 index 52db80e..0000000 Binary files a/grafika_projekt/x64/Debug/vc142.idb and /dev/null differ diff --git a/grafika_projekt/x64/Debug/vc142.pdb b/grafika_projekt/x64/Debug/vc142.pdb deleted file mode 100644 index 8d333dc..0000000 Binary files a/grafika_projekt/x64/Debug/vc142.pdb and /dev/null differ