Render and select audio zones (box shapes only, no spheres yet)

This commit is contained in:
dexyfex
2017-12-22 07:26:04 +11:00
Unverified
parent b1f2918d12
commit d8fd82c350
8 changed files with 582 additions and 175 deletions
+2 -1
View File
@@ -415,6 +415,7 @@
<Compile Include="WorldSearchForm.Designer.cs">
<DependentUpon>WorldSearchForm.cs</DependentUpon>
</Compile>
<Compile Include="World\AudioZones.cs" />
<Compile Include="World\Camera.cs" />
<Compile Include="Rendering\DirectX\DXForm.cs" />
<Compile Include="Rendering\DirectX\DXManager.cs" />
@@ -435,7 +436,7 @@
<Compile Include="GameFiles\FileTypes\YtdFile.cs" />
<Compile Include="World\Clouds.cs" />
<Compile Include="World\Entity.cs" />
<Compile Include="World\PopZone.cs" />
<Compile Include="World\PopZones.cs" />
<Compile Include="World\Scenarios.cs" />
<Compile Include="World\Space.cs" />
<Compile Include="World\Timecycle.cs" />