Fixes for Java build.

This commit is contained in:
Robert Osfield
2003-08-18 09:24:17 +00:00
parent 07f120fb1c
commit 8c65920c1f
5 changed files with 14 additions and 206 deletions

View File

@@ -151,6 +151,8 @@ namespace osgParticle
/// Update the particles. Don't call this directly, use a <CODE>ParticleSystemUpdater</CODE> instead.
virtual void update(double dt);
virtual void drawImplementation(osg::State &state) const;
protected:
virtual ~ParticleSystem();
@@ -158,7 +160,6 @@ namespace osgParticle
ParticleSystem &operator=(const ParticleSystem &) { return *this; }
inline virtual bool computeBound() const;
virtual void drawImplementation(osg::State &state) const;
inline void update_bounds(const osg::Vec3 &p, float r);
void single_pass_render(osg::State &state, const osg::Matrix &modelview) const;