mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Base navmesh size 1x1x1.
This commit is contained in:
parent
bd437cda1c
commit
0d1f1aeeb9
1 changed files with 2 additions and 2 deletions
|
|
@ -316,8 +316,8 @@ bool NavMesh::onAdd()
|
|||
if(!Parent::onAdd())
|
||||
return false;
|
||||
|
||||
mObjBox.set(Point3F(-1.0f, -1.0f, -1.0f),
|
||||
Point3F( 1.0f, 1.0f, 1.0f));
|
||||
mObjBox.set(Point3F(-0.5f, -0.5f, -0.5f),
|
||||
Point3F( 0.5f, 0.5f, 0.5f));
|
||||
resetWorldBox();
|
||||
|
||||
addToScene();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue