Base navmesh size 1x1x1.

This commit is contained in:
Daniel Buckmaster 2015-01-29 22:23:26 +11:00
parent bd437cda1c
commit 0d1f1aeeb9

View file

@ -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();