Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2008, 4:08:51 AM (17 years ago)
Author:
landauf
Message:

many changes, most important: BaseObject takes now a pointer to it's creator which is needed to build a level hierarchy (with different scenes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.h

    r1563 r2019  
    4848  {
    4949    public:
    50       ParticleInterface(const std::string& templateName, LODParticle::LOD detaillevel);
     50      ParticleInterface(Ogre::SceneManager* scenemanager, const std::string& templateName, LODParticle::LOD detaillevel);
    5151      ~ParticleInterface();
    5252
     
    9292      bool bEnabled_;
    9393      unsigned int detaillevel_;                            //!< Detail level of this particle effect (0: off, 1: low, 2: normal, 3: high)
     94      Ogre::SceneManager* scenemanager_;
    9495  };
    9596}
Note: See TracChangeset for help on using the changeset viewer.