Started working on Renderer

This commit is contained in:
Tobias Dahl
2014-03-03 16:26:58 +01:00
parent 2594fdc792
commit 68f4be5822
6 changed files with 135 additions and 0 deletions
+6
View File
@@ -89,6 +89,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="Renderer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Component.h" />
@@ -97,8 +98,13 @@
<ClInclude Include="Entity.h" />
<ClInclude Include="logging.h" />
<ClInclude Include="glerror.h" />
<ClInclude Include="Renderer.h" />
<ClInclude Include="World.h" />
</ItemGroup>
<ItemGroup>
<None Include="Fragment.glsl" />
<None Include="Vertex.glsl" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>