mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-16 13:13:53 +00:00
added spawning
Tile test tool now spawns classes and data Test avoidance added to aicontroller and ainavigation
This commit is contained in:
parent
a5e969a8fd
commit
f730d0bf1c
8 changed files with 286 additions and 301 deletions
|
|
@ -668,6 +668,7 @@ bool NavMesh::build(bool background, bool saveIntermediates)
|
|||
}
|
||||
|
||||
mBuilding = true;
|
||||
m_geo = NULL;
|
||||
|
||||
ctx->startTimer(RC_TIMER_TOTAL);
|
||||
|
||||
|
|
@ -1083,7 +1084,7 @@ unsigned char *NavMesh::buildTileData(const Tile &tile, U32 &dataSize)
|
|||
}
|
||||
else if (mWaterMethod == Impassable)
|
||||
{
|
||||
m_triareas[t] = RC_NULL_AREA;
|
||||
m_triareas[t] = NullArea;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue