Voronoi diagram generation

This commit is contained in:
Regalis11
2015-06-21 22:31:56 +03:00
parent d668ad0ede
commit b45073fdec
9 changed files with 1271 additions and 1 deletions
+3
View File
@@ -122,9 +122,12 @@
<Compile Include="Map\Entity.cs" />
<Compile Include="Map\Explosion.cs" />
<Compile Include="Map\IDamageable.cs" />
<Compile Include="Map\Level.cs" />
<Compile Include="Map\Lights\ConvexHull.cs" />
<Compile Include="Map\Lights\LightManager.cs" />
<Compile Include="Map\MapHash.cs" />
<Compile Include="Map\Voronoi.cs" />
<Compile Include="Map\VoronoiElements.cs" />
<Compile Include="Physics\PhysicsBody.cs" />
<Compile Include="Networking\NetworkEvent.cs" />
<Compile Include="Networking\NetworkMember.cs" />