- Timestamp:
- Oct 27, 2008, 4:08:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.h
r1563 r2019 48 48 { 49 49 public: 50 ParticleInterface( const std::string& templateName, LODParticle::LOD detaillevel);50 ParticleInterface(Ogre::SceneManager* scenemanager, const std::string& templateName, LODParticle::LOD detaillevel); 51 51 ~ParticleInterface(); 52 52 … … 92 92 bool bEnabled_; 93 93 unsigned int detaillevel_; //!< Detail level of this particle effect (0: off, 1: low, 2: normal, 3: high) 94 Ogre::SceneManager* scenemanager_; 94 95 }; 95 96 }
Note: See TracChangeset
for help on using the changeset viewer.