Reflection and deserialization for vertex data
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="VertexData.cs" />
|
||||
<Compile Include="Driver.cs" />
|
||||
<Compile Include="HexRender.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
@@ -61,6 +62,7 @@
|
||||
<Compile Include="Util\ShaderException.cs" />
|
||||
<Compile Include="Util\Texture.cs" />
|
||||
<Compile Include="Util\VBO.cs" />
|
||||
<Compile Include="Util\VertexPointerAttribute.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
@@ -72,6 +74,12 @@
|
||||
<None Include="s.vs.glsl">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="cube.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="tiles.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="grass.png">
|
||||
|
||||
Reference in New Issue
Block a user