Merge pull request #542 from psyinf/fix_particle_system_header

FIX: <osgParticle> removed unimplemented functions from header
This commit is contained in:
OpenSceneGraph git repository
2018-04-30 11:44:02 +01:00
committed by GitHub

View File

@@ -279,10 +279,6 @@ namespace osgParticle
ParticleSystem& operator=(const ParticleSystem&) { return *this; }
inline void update_bounds(const osg::Vec3& p, float r);
void single_pass_render(osg::RenderInfo& renderInfo, const osg::Matrix& modelview) const;
void render_vertex_array(osg::RenderInfo& renderInfo) const;
void new_drawImplementation(osg::RenderInfo& renderInfo) const;
typedef std::vector<Particle> Particle_vector;
typedef std::stack<Particle*> Death_stack;