Added recast navmesh.

This commit is contained in:
Justin Marshall
2026-05-22 21:59:30 -07:00
parent d24553b366
commit b0788b922e
31 changed files with 11241 additions and 20 deletions
+7 -1
View File
@@ -36,6 +36,9 @@
<ClCompile Include="game\ai\AAS_routing.cpp">
<Filter>AI</Filter>
</ClCompile>
<ClCompile Include="game\ai\RecastNavMesh.cpp">
<Filter>AI</Filter>
</ClCompile>
<ClCompile Include="game\ai\AI.cpp">
<Filter>AI</Filter>
</ClCompile>
@@ -287,6 +290,9 @@
<ClInclude Include="game\ai\AAS_local.h">
<Filter>AI</Filter>
</ClInclude>
<ClInclude Include="game\ai\RecastNavMesh.h">
<Filter>AI</Filter>
</ClInclude>
<ClInclude Include="game\ai\AI.h">
<Filter>AI</Filter>
</ClInclude>
@@ -492,4 +498,4 @@
<ItemGroup>
<None Include="game\Game.def" />
</ItemGroup>
</Project>
</Project>