Added navmesh wrapper code and module.

This commit is contained in:
Daniel Buckmaster 2013-07-04 17:27:48 +10:00
parent 95ef5ec226
commit df2abed2c4
16 changed files with 2806 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 241 B

View file

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