![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Config.h"
Public Member Functions | |
| MmapTileRecastConfig | toMMAPTileRecastConfig () const |
Public Attributes | |
| float | walkableSlopeAngle |
| int | walkableRadius |
| int | walkableHeight |
| int | walkableClimb |
| int | vertexPerMapEdge |
| int | vertexPerTileEdge |
| int | tilesPerMapEdge |
| float | baseUnitDim |
| float | cellSizeHorizontal |
| float | cellSizeVertical |
| float | maxSimplificationError |
| MmapTileRecastConfig MMAP::ResolvedMeshConfig::toMMAPTileRecastConfig | ( | ) | const |
References MmapTileRecastConfig::baseUnitDim, baseUnitDim, MmapTileRecastConfig::cellSizeHorizontal, cellSizeHorizontal, MmapTileRecastConfig::cellSizeVertical, cellSizeVertical, MmapTileRecastConfig::maxSimplificationError, maxSimplificationError, MmapTileRecastConfig::tilesPerMapEdge, tilesPerMapEdge, MmapTileRecastConfig::vertexPerMapEdge, vertexPerMapEdge, MmapTileRecastConfig::vertexPerTileEdge, vertexPerTileEdge, MmapTileRecastConfig::walkableClimb, walkableClimb, MmapTileRecastConfig::walkableHeight, walkableHeight, MmapTileRecastConfig::walkableRadius, walkableRadius, MmapTileRecastConfig::walkableSlopeAngle, and walkableSlopeAngle.
Referenced by MMAP::TileBuilder::buildMoveMapTile(), and MMAP::TileBuilder::shouldSkipTile().
| float MMAP::ResolvedMeshConfig::baseUnitDim |
Referenced by MMAP::TileBuilder::buildMoveMapTile(), and toMMAPTileRecastConfig().
| float MMAP::ResolvedMeshConfig::cellSizeHorizontal |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| float MMAP::ResolvedMeshConfig::cellSizeVertical |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| float MMAP::ResolvedMeshConfig::maxSimplificationError |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| int MMAP::ResolvedMeshConfig::tilesPerMapEdge |
Referenced by MMAP::TileBuilder::buildMoveMapTile(), and toMMAPTileRecastConfig().
| int MMAP::ResolvedMeshConfig::vertexPerMapEdge |
Referenced by toMMAPTileRecastConfig().
| int MMAP::ResolvedMeshConfig::vertexPerTileEdge |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| int MMAP::ResolvedMeshConfig::walkableClimb |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| int MMAP::ResolvedMeshConfig::walkableHeight |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| int MMAP::ResolvedMeshConfig::walkableRadius |
Referenced by MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().
| float MMAP::ResolvedMeshConfig::walkableSlopeAngle |
Referenced by MMAP::Config::GetConfigForTile(), MMAP::MapBuilder::getRecastConfig(), and toMMAPTileRecastConfig().