Code Monkey home page Code Monkey logo

ue4-recast-detour's Introduction

What is this?

This is recast navigation detour tool.It can verify the Recast Navigation data exported from the UE.

you can use ue4-export-nav-data plugin export recast navigation data from the UE4.

How do use?

$ ue4-detour.exe ThirdPersonExampleMap.bin
Usage:
        ue4-detour.exe dtNavMesh.bin Loc.X Loc.Y,loc.Z Extren.X Extern.Y Extren.Z
PS:{Extern.X Extern.Y Extern.Z} can be ignored,default is {10.f 10.f 10.f}
For Example:
        ue4-detour.exe dtNavMesh.bin -770.003 -593.709 130.267 10.0 10.0 10.0
        
$ ue4-detour.exe ThirdPersonExampleMap.bin -770.003 -593.709 130.267
Deserialize ThirdPersonExampleMap.bin as dtNavMesh successfuly!
InPoint: X=-770.002991  Y=-593.708984   Z=130.266998
Extern: X=10.000000     Y=10.000000     Z=10.000000
The Location is valid navigation position.

Compile

g++ -std=c++11 -o test.exe *.cpp *.h Detour/*.cpp Detour/*.h

使用VS编译,可以新建一个空的解决方案添加仓库中的代码,出现的std::fopen的报错可以添加_CRT_SECURE_NO_WARNINGS宏来解决。

ue4-recast-detour's People

Contributors

hxhb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.