Merge pull request #6901 from pchote/heightmaps-part-two

Implement terrain heightmaps
This commit is contained in:
Matthias Mailänder
2014-11-08 18:22:57 +01:00
18 changed files with 540 additions and 79 deletions

View File

@@ -152,6 +152,7 @@
<Compile Include="SpriteLoaders\ShpD2Loader.cs" />
<Compile Include="Widgets\Logic\SettingsLogic.cs" />
<Compile Include="Widgets\TerrainTemplatePreviewWidget.cs" />
<Compile Include="World\TerrainGeometryOverlay.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>