Merge pull request #433 from eightyeight/recast-pull-navigation

Recast part 3: wrapper classes
This commit is contained in:
SilentMike 2013-07-22 11:33:47 -07:00
commit afc40ae714
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();