OctreeScenemanger exception: No factory found

Problems building or running the engine, queries about how to use features etc.
Post Reply
Pellaeon
Goblin
Posts: 230
Joined: Thu Apr 28, 2011 12:23 pm
x 28

OctreeScenemanger exception: No factory found

Post by Pellaeon »

Hi,

I try to set the OctreeSceneManager as active scene manager in my scene. I added 'Plugin_OctreeSceneManager' as plugin to my cfg file and I call

Code: Select all

auto pSceneManager = m_ogreRoot->createSceneManager("OctreeSceneManager");
to create the octree scene manager. But an exception is thrown: "No factory found for scene manager of type ..."

I thought it is enough to specify the name in the createSceneManager method?! What's wrong?


Best regards

Pellaeon
Post Reply