Kemena3D
Loading...
Searching...
No Matches
knavmesh.h File Reference

Navigation mesh baking and pathfinding. More...

#include "kexport.h"
#include "kdatatype.h"
#include <vector>
Include dependency graph for knavmesh.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kemena::kNavBuildConfig
 All parameters that control the Recast bake pipeline. More...
 Defines a traversable shortcut between two navmesh points. More...
struct  kemena::kNavMeshDesc
 Serialisable settings for a navigation surface attached to an object in the editor. More...
class  kemena::kNavMesh
 A baked navigation mesh used for pathfinding and obstacle simulation. More...

Namespaces

namespace  kemena
 Top-level Kemena3D engine namespace.

Enumerations

enum class  kemena::kNavPartitionType { kemena::Watershed , kemena::Monotone , kemena::Layers }
 Partition algorithm used during Recast region building. More...

Detailed Description

Navigation mesh baking and pathfinding.