У нас вы можете посмотреть бесплатно Dynamic Pathfinding/Navigation mesh demo или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Visualization of a dynamic pathfinding/navigation mesh used for pathfinding. Each pair of pathable triangles with common pathable edge satisfies a Delaunay condition which makes the mesh a Constrained Delaunay triangulation. Further information can be found on my website: https://tomasjarusek.cz/C++/Pathfindi... Programmed in C++. OpenGL library was used to create the visualizations. Chapters 0:00 - Insertion of non-pathable vertices 0:22 - Insertion of non-pathable line segments 0:44 - Insertion of non-pathable polygons 1:09 - Insertion of pathable polygons 1:34 - Insertion of random non-pathable vertices, line segments and polygons 2:01 - Insertion of a structured input - First example 2:29 - Insertion of a structured input - Second example