dodanie textur

This commit is contained in:
2025-01-08 04:55:58 +01:00
parent 4956d74c1a
commit 395b470b5d
29 changed files with 1848 additions and 456 deletions

View File

@@ -126,6 +126,8 @@
<ClCompile Include="loadOBJ.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="plane.cpp" />
<ClCompile Include="shader.cpp" />
<ClCompile Include="texture.cpp" />
<ClCompile Include="timeh.cpp" />
</ItemGroup>
<ItemGroup>
@@ -133,6 +135,8 @@
<ClInclude Include="loadOBJ.h" />
<ClInclude Include="plane.hpp" />
<ClInclude Include="RESOURCE.H" />
<ClInclude Include="shader.hpp" />
<ClInclude Include="texture.hpp" />
<ClInclude Include="timeh.hpp" />
</ItemGroup>
<ItemGroup>