mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
Added navmesh wrapper code and module.
This commit is contained in:
parent
95ef5ec226
commit
df2abed2c4
16 changed files with 2806 additions and 0 deletions
BIN
Templates/Full/game/tools/classIcons/NavMesh.png
Normal file
BIN
Templates/Full/game/tools/classIcons/NavMesh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 B |
BIN
Templates/Full/game/tools/classIcons/NavPath.png
Normal file
BIN
Templates/Full/game/tools/classIcons/NavPath.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 241 B |
|
|
@ -82,6 +82,8 @@ function EWCreatorWindow::init( %this )
|
|||
%this.registerMissionObject( "SpawnSphere", "Observer Spawn Sphere", "ObserverDropPoint" );
|
||||
%this.registerMissionObject( "SFXSpace", "Sound Space" );
|
||||
%this.registerMissionObject( "OcclusionVolume", "Occlusion Volume" );
|
||||
%this.registerMissionObject("NavMesh", "Navigation mesh");
|
||||
%this.registerMissionObject("NavPath", "Path");
|
||||
|
||||
%this.endGroup();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue