|
272 | 272 | <ClCompile Include="Core\GUISystem.cpp" /> |
273 | 273 | <ClCompile Include="Core\RenderSystem.cpp" /> |
274 | 274 | <ClCompile Include="Core\WindowSystem.cpp" /> |
| 275 | + <ClCompile Include="Demos\DemoCrytekSponza.cpp" /> |
275 | 276 | <ClCompile Include="Engine.cpp" /> |
276 | 277 | <ClCompile Include="Graphics\GLFramebuffer.cpp" /> |
277 | 278 | <ClCompile Include="Graphics\GLShader.cpp" /> |
|
285 | 286 | <ClCompile Include="SceneBase.cpp" /> |
286 | 287 | <ClCompile Include="Skybox.cpp" /> |
287 | 288 | <ClCompile Include="Terrain\Terrain.cpp" /> |
288 | | - <ClCompile Include="Terrain\TerrainRenderer.cpp" /> |
289 | 289 | <ClCompile Include="Timer.cpp" /> |
290 | 290 | <ClCompile Include="ViewFrustum.cpp" /> |
291 | 291 | </ItemGroup> |
|
298 | 298 | <ClInclude Include="Core\GUISystem.h" /> |
299 | 299 | <ClInclude Include="Core\RenderSystem.h" /> |
300 | 300 | <ClInclude Include="Core\WindowSystem.h" /> |
| 301 | + <ClInclude Include="Demos\DemoCrytekSponza.h" /> |
301 | 302 | <ClInclude Include="Engine.h" /> |
302 | 303 | <ClInclude Include="Graphics\StaticDirectionalLight.h" /> |
303 | 304 | <ClInclude Include="Graphics\GLFramebuffer.h" /> |
|
313 | 314 | <ClInclude Include="ResourceManager.h" /> |
314 | 315 | <ClInclude Include="SceneBase.h" /> |
315 | 316 | <ClInclude Include="Skybox.h" /> |
316 | | - <ClInclude Include="Terrain\TerrainRenderer.h" /> |
| 317 | + <ClInclude Include="Terrain\Terrain.h" /> |
317 | 318 | <ClInclude Include="Terrain\TerrainNode.h" /> |
318 | 319 | <ClInclude Include="Timer.h" /> |
319 | 320 | <ClInclude Include="ViewFrustum.h" /> |
|
0 commit comments