NavMap
|
Options for the locate functions. More...
#include <NavMap.hpp>
Public Attributes | |
float | height_eps = 0.50f |
Z tolerance for vertical fallback (meters) | |
std::optional< NavCelId > | hint_cid |
Optional triangle hint for walking. | |
std::optional< size_t > | hint_surface |
Optional surface hint. | |
float | planar_eps = 1e-4f |
In-plane barycentric tolerance. | |
bool | use_downward_ray = true |
Downward ray on fallback (else upward) | |
Options for the locate functions.
float height_eps = 0.50f |
Z tolerance for vertical fallback (meters)
std::optional<NavCelId> hint_cid |
Optional triangle hint for walking.
std::optional<size_t> hint_surface |
Optional surface hint.
float planar_eps = 1e-4f |
In-plane barycentric tolerance.
bool use_downward_ray = true |
Downward ray on fallback (else upward)