[OGRE 2.0] Is OctreeSceneManager removed?

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
ZhenMan
Gnoblar
Posts: 11
Joined: Mon Jan 06, 2014 4:35 pm

[OGRE 2.0] Is OctreeSceneManager removed?

Post by ZhenMan »

Hello, I am porting a game from ogre 1.9 to ogre 2.0. But i could not find OctreeSceneManager :D
So, is OctreeSceneManager removed?
hydexon
Gremlin
Posts: 164
Joined: Sun Apr 14, 2013 8:51 pm
x 10

Re: [OGRE 2.0] Is OctreeSceneManager removed?

Post by hydexon »

Seems likely.
dark_sylinc removed the OctreeSceneManager because was too poor written and inefficient, you should use the generic scene manager instead.
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56
Contact:

Re: [OGRE 2.0] Is OctreeSceneManager removed?

Post by Klaim »

Yeah I also planned to write a new one for Ogre 2.1 but stopped when I realized that the scenemanager system is totally bloated and would need a lot of work and then some other big tasks came up and killed my momentum.

Also, one of the issues I was thinknig about is that there might need a need first to simplify building portals between differenty types of scenes,
and then maybe provide a k-d tree implementation instead of an octree.

In any ways, I don't think much can be done on this front without Ogre 2.1 to be stabilized.
Post Reply