Skip to content

Commit

Permalink
Testing terrain
Browse files Browse the repository at this point in the history
  • Loading branch information
Selinux24 committed Sep 3, 2016
1 parent be8dcfe commit b6864bd
Show file tree
Hide file tree
Showing 24 changed files with 5,143 additions and 160 deletions.
21 changes: 18 additions & 3 deletions 8 Heightmap/8 Heightmap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,24 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestScene3D.cs" />
<Content Include="Resources\Police\skin.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\alpha001.dds">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\am03.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\am01.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\am02.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\am04.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\dirt001.dds">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -239,9 +254,6 @@
<Content Include="Resources\Scenery\Textures\dirt0lr.dds">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Scenery\Textures\dirt0nm.dds">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
Expand All @@ -266,6 +278,9 @@
<Content Include="Resources\Scenery\Foliage\Model\tree1.dae">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Police\police.dae">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Engine\Engine.csproj">
Expand Down

0 comments on commit b6864bd

Please sign in to comment.