Add VoxelRenderable to integrate voxel drawing with render traits.

This commit is contained in:
Paul Chote
2013-02-23 20:49:43 +13:00
parent 82faf7e929
commit 235042ea65
3 changed files with 143 additions and 0 deletions

View File

@@ -231,6 +231,8 @@
<Compile Include="Graphics\VoxelLoader.cs" />
<Compile Include="Graphics\VoxelProvider.cs" />
<Compile Include="Traits\BodyOrientation.cs" />
<Compile Include="Graphics\VoxelAnimation.cs" />
<Compile Include="Graphics\VoxelRenderable.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">