mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Fix btAABB initialization
This commit is contained in:
parent
8a0fb4d633
commit
2e38f0b641
@ -178,7 +178,7 @@ namespace NavMeshTool
|
|||||||
static_cast<btScalar>(cellPosition.y() * ESM::Land::REAL_SIZE),
|
static_cast<btScalar>(cellPosition.y() * ESM::Land::REAL_SIZE),
|
||||||
minHeight
|
minHeight
|
||||||
);
|
);
|
||||||
aabb.m_min = btVector3(
|
aabb.m_max = btVector3(
|
||||||
static_cast<btScalar>((cellPosition.x() + 1) * ESM::Land::REAL_SIZE),
|
static_cast<btScalar>((cellPosition.x() + 1) * ESM::Land::REAL_SIZE),
|
||||||
static_cast<btScalar>((cellPosition.y() + 1) * ESM::Land::REAL_SIZE),
|
static_cast<btScalar>((cellPosition.y() + 1) * ESM::Land::REAL_SIZE),
|
||||||
maxHeight
|
maxHeight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user