Principles of Design -- MovableObjectFactory in Root

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

Principles of Design -- MovableObjectFactory in Root

Post by paul424 »

Why those Factories are in Root and not , say , in SceneManager ?

Code: Select all

        MovableObjectFactory* mEntityFactory;
        MovableObjectFactory* mLightFactory;
        MovableObjectFactory* mBillboardSetFactory;
        MovableObjectFactory* mManualObjectFactory;
        MovableObjectFactory* mBillboardChainFactory;
        MovableObjectFactory* mRibbonTrailFactory;
Post Reply