mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 22:23:48 +00:00
render the search for the testtool
This commit is contained in:
parent
9d98d55b1e
commit
e8d56ca987
3 changed files with 12 additions and 2 deletions
|
|
@ -331,6 +331,8 @@ void NavMeshTestTool::onRender3D()
|
|||
}
|
||||
dd.depthMask(true);
|
||||
|
||||
mNavMesh->renderSearch(dd);
|
||||
|
||||
dd.immediateRender();
|
||||
|
||||
if (!mCurFollowObject.isNull())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue