CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法

文件名称:recastnavigation

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-09-04
  • 文件大小:
    1.16mb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

孤岛引擎作者之一编写的一个关于导航网格寻路的实现。-Islands engine on one of the authors prepared a navigation grid to find the road to achieve.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

recastnavigation/DebugUtils/Include/DebugDraw.h
recastnavigation/DebugUtils/Include/DetourDebugDraw.h
recastnavigation/DebugUtils/Include/RecastDebugDraw.h
recastnavigation/DebugUtils/Include/RecastDump.h
recastnavigation/DebugUtils/Source/DebugDraw.cpp
recastnavigation/DebugUtils/Source/DetourDebugDraw.cpp
recastnavigation/DebugUtils/Source/RecastDebugDraw.cpp
recastnavigation/DebugUtils/Source/RecastDump.cpp
recastnavigation/Detour/Include/DetourAlloc.h
recastnavigation/Detour/Include/DetourAssert.h
recastnavigation/Detour/Include/DetourCommon.h
recastnavigation/Detour/Include/DetourNavMesh.h
recastnavigation/Detour/Include/DetourNavMeshBuilder.h
recastnavigation/Detour/Include/DetourNavMeshQuery.h
recastnavigation/Detour/Include/DetourNode.h
recastnavigation/Detour/Include/DetourObstacleAvoidance.h
recastnavigation/Detour/Source/DetourAlloc.cpp
recastnavigation/Detour/Source/DetourCommon.cpp
recastnavigation/Detour/Source/DetourNavMesh.cpp
recastnavigation/Detour/Source/DetourNavMeshBuilder.cpp
recastnavigation/Detour/Source/DetourNavMeshQuery.cpp
recastnavigation/Detour/Source/DetourNode.cpp
recastnavigation/Detour/Source/DetourObstacleAvoidance.cpp
recastnavigation/License.txt
recastnavigation/Makefile
recastnavigation/Readme.txt
recastnavigation/Recast/Include/Recast.h
recastnavigation/Recast/Include/RecastAlloc.h
recastnavigation/Recast/Include/RecastAssert.h
recastnavigation/Recast/Source/Recast.cpp
recastnavigation/Recast/Source/RecastAlloc.cpp
recastnavigation/Recast/Source/RecastArea.cpp
recastnavigation/Recast/Source/RecastContour.cpp
recastnavigation/Recast/Source/RecastFilter.cpp
recastnavigation/Recast/Source/RecastMesh.cpp
recastnavigation/Recast/Source/RecastMeshDetail.cpp
recastnavigation/Recast/Source/RecastRasterization.cpp
recastnavigation/Recast/Source/RecastRegion.cpp
recastnavigation/RecastDemo/Bin/DroidSans.ttf
recastnavigation/RecastDemo/Bin/Meshes/dungeon.obj
recastnavigation/RecastDemo/Bin/Meshes/nav_test.obj
recastnavigation/RecastDemo/Bin/Recast.app/Contents/Info.plist
recastnavigation/RecastDemo/Bin/Recast.app/Contents/MacOS/Recast
recastnavigation/RecastDemo/Bin/Recast.app/Contents/PkgInfo
recastnavigation/RecastDemo/Bin/Recast.app/Contents/Resources/English.lproj/InfoPlist.strings
recastnavigation/RecastDemo/Bin/Recast.app/Contents/Resources/English.lproj/MainMenu.nib
recastnavigation/RecastDemo/Bin/Recast.exe
recastnavigation/RecastDemo/Bin/SDL.dll
recastnavigation/RecastDemo/Bin/test.chf
recastnavigation/RecastDemo/Bin/Tests/movement_test.txt
recastnavigation/RecastDemo/Bin/Tests/nav_mesh_test.txt
recastnavigation/RecastDemo/Build/GNUMake/Common.mk
recastnavigation/RecastDemo/Build/GNUMake/DebugUtils.mk
recastnavigation/RecastDemo/Build/GNUMake/Detour.mk
recastnavigation/RecastDemo/Build/GNUMake/HelperLibrary.mk
recastnavigation/RecastDemo/Build/GNUMake/Library.mk
recastnavigation/RecastDemo/Build/GNUMake/Program.mk
recastnavigation/RecastDemo/Build/GNUMake/Recast.mk
recastnavigation/RecastDemo/Build/GNUMake/RecastDemo.mk
recastnavigation/RecastDemo/Build/Icon.png
recastnavigation/RecastDemo/Build/VC9/Recast.sln
recastnavigation/RecastDemo/Build/VC9/Recast.vcproj
recastnavigation/RecastDemo/Build/Xcode/English.lproj/InfoPlist.strings
recastnavigation/RecastDemo/Build/Xcode/English.lproj/MainMenu.xib
recastnavigation/RecastDemo/Build/Xcode/Icon.icns
recastnavigation/RecastDemo/Build/Xcode/Info.plist
recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/memon.pbxuser
recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/memon.perspectivev3
recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/project.pbxproj
recastnavigation/RecastDemo/Build/Xcode/Recast.xcodeproj/TemplateIcon.icns
recastnavigation/RecastDemo/Build/Xcode/Recast_Prefix.pch
recastnavigation/RecastDemo/Contrib/SDL/readme.txt
recastnavigation/RecastDemo/Contrib/stb_image.h
recastnavigation/RecastDemo/Contrib/stb_truetype.h
recastnavigation/RecastDemo/Include/ChunkyTriMesh.h
recastnavigation/RecastDemo/Include/ConvexVolumeTool.h
recastnavigation/RecastDemo/Include/CrowdManager.h
recastnavigation/RecastDemo/Include/CrowdTool.h
recastnavigation/RecastDemo/Include/Filelist.h
recastnavigation/RecastDemo/Include/imgui.h
recastnavigation/RecastDemo/Include/imguiRenderGL.h
recastnavigation/RecastDemo/Include/InputGeom.h
recastnavigation/RecastDemo/Include/MeshLoaderObj.h
recastnavigation/RecastDemo/Include/NavMeshTesterTool.h
recastnavigation/RecastDemo/Include/OffMeshConnectionTool.h
recastnavigation/RecastDemo/Include/PerfTimer.h
recastnavigation/RecastDemo/Include/Sample.h
recastnavigation/RecastDemo/Include/SampleInterfaces.h
recastnavigation/RecastDemo/Include/Sample_Debug.h
recastnavigation/RecastDemo/Include/Sample_SoloMeshSimple.h
recastnavigation/RecastDemo/Include/Sample_SoloMeshTiled.h
recastnavigation/RecastDemo/Include/Sample_TileMesh.h
recastnavigation/RecastDemo/Include/SDLMain.h
recastnavigation/RecastDemo/Include/SlideShow.h
recastnavigation/RecastDemo/Include/TestCase.h
recastnavigation/RecastDemo/Include/ValueHistory.h
recastnavigation/RecastDemo/Source/ChunkyTriMesh.cpp
recastnavigation/RecastDemo/Source/Conv

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com