Factory for the BspSceneManager.
Inheritance: Axiom.Core.SceneManagerFactory
Example #1
0
		public void Initialize()
		{
			_bspSMFactory = new BspSceneManagerFactory();
			Root.Instance.AddSceneManagerFactory( _bspSMFactory );
		}