lighting and imgui

This commit is contained in:
onTheZero
2024-10-12 19:46:28 -04:00
parent da7432d9f9
commit 237272c17b
14 changed files with 587 additions and 93 deletions

View File

@@ -71,7 +71,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>C:\Development Projects\LearningOpenGL\Include\glm;C:\Development Projects\LearningOpenGL\Include\glfw-3.4.bin.WIN64\include;C:\Development Projects\LearningOpenGL\Include\glad\include;$(IncludePath)</IncludePath>
<IncludePath>C:\Development Projects\LearningOpenGL\imgui\backends;C:\Development Projects\LearningOpenGL\imgui;C:\Development Projects\LearningOpenGL\Include\glm;C:\Development Projects\LearningOpenGL\Include\glfw-3.4.bin.WIN64\include;C:\Development Projects\LearningOpenGL\Include\glad\include;$(IncludePath)</IncludePath>
<LibraryPath>C:\Development Projects\LearningOpenGL\Include\glfw-3.4.bin.WIN64\lib-vc2022;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
@@ -137,10 +137,17 @@
<ClCompile Include="main.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="cube.frag" />
<None Include="cube.vert" />
<None Include="fragment.frag" />
<None Include="light.frag" />
<None Include="light.vert" />
<None Include="vertex.vert" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="camera.h" />
<ClInclude Include="cube.h" />
<ClInclude Include="cubeFactory.h" />
<ClInclude Include="shader.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />