minor code update
-removed "#include "Ray.h" ' from Utility.hpp
This commit is contained in:
parent
d50487f484
commit
6f51630bcd
|
|
@ -7,7 +7,6 @@
|
||||||
#include <imgui.h>
|
#include <imgui.h>
|
||||||
|
|
||||||
#include "Random.h"
|
#include "Random.h"
|
||||||
#include "Ray.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@ Size=400,400
|
||||||
|
|
||||||
[Window][Config]
|
[Window][Config]
|
||||||
Pos=7,12
|
Pos=7,12
|
||||||
Size=670,442
|
Size=717,442
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -144,13 +144,11 @@
|
||||||
<ClCompile Include="..\..\..\..\..\dev\libraries\imgui\imgui_widgets.cpp" />
|
<ClCompile Include="..\..\..\..\..\dev\libraries\imgui\imgui_widgets.cpp" />
|
||||||
<ClCompile Include="Light.cpp" />
|
<ClCompile Include="Light.cpp" />
|
||||||
<ClCompile Include="main.cpp" />
|
<ClCompile Include="main.cpp" />
|
||||||
<ClCompile Include="Ray.cpp" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="Light.h" />
|
<ClInclude Include="Light.h" />
|
||||||
<ClInclude Include="Utility.hpp" />
|
<ClInclude Include="Utility.hpp" />
|
||||||
<ClInclude Include="Random.h" />
|
<ClInclude Include="Random.h" />
|
||||||
<ClInclude Include="Ray.h" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
|
|
||||||
|
|
@ -42,9 +42,6 @@
|
||||||
<ClCompile Include="..\..\..\..\..\dev\libraries\imgui\imgui-SFML.cpp">
|
<ClCompile Include="..\..\..\..\..\dev\libraries\imgui\imgui-SFML.cpp">
|
||||||
<Filter>Source Files\Imgui-sfml Files</Filter>
|
<Filter>Source Files\Imgui-sfml Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="Ray.cpp">
|
|
||||||
<Filter>Source Files\Classes</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="Light.cpp">
|
<ClCompile Include="Light.cpp">
|
||||||
<Filter>Source Files\Classes</Filter>
|
<Filter>Source Files\Classes</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|
@ -56,9 +53,6 @@
|
||||||
<ClInclude Include="Random.h">
|
<ClInclude Include="Random.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="Ray.h">
|
|
||||||
<Filter>Header Files\Classes</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="Light.h">
|
<ClInclude Include="Light.h">
|
||||||
<Filter>Header Files\Classes</Filter>
|
<Filter>Header Files\Classes</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue