From Brede Johansen, tweaks to emitter classes to make them more extensible.
This commit is contained in:
parent
a47a6a4886
commit
4f6114ef77
@ -65,7 +65,6 @@ namespace osgParticle
|
||||
|
||||
virtual void emit(double dt) = 0;
|
||||
|
||||
private:
|
||||
bool usedeftemp_;
|
||||
Particle ptemp_;
|
||||
};
|
||||
|
@ -79,7 +79,7 @@ namespace osgParticle
|
||||
virtual ~ModularEmitter() {}
|
||||
ModularEmitter &operator=(const ModularEmitter &) { return *this; }
|
||||
|
||||
void emit(double dt);
|
||||
virtual void emit(double dt);
|
||||
|
||||
private:
|
||||
osg::ref_ptr<Counter> counter_;
|
||||
|
Loading…
Reference in New Issue
Block a user