X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_particle%2Fplant.h;h=54dafe4178cb0d751c60d54b6d1054a838e15bf1;hb=5687b33f346236ec6584613015c3e836ead287fd;hp=4b765af3fffae198019e65529a310928d41d0962;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_particle/plant.h b/synfig-core/trunk/src/modules/mod_particle/plant.h index 4b765af..54dafe4 100644 --- a/synfig-core/trunk/src/modules/mod_particle/plant.h +++ b/synfig-core/trunk/src/modules/mod_particle/plant.h @@ -2,7 +2,7 @@ /*! \file plant.h ** \brief Template Header ** -** $Id: plant.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -62,7 +62,7 @@ private: { synfig::Point point; synfig::Color color; - + Particle(const synfig::Point &point,const synfig::Color& color): point(point),color(color) { } }; @@ -80,10 +80,10 @@ private: int sprouts; synfig::Real random_factor; Random random; - + bool size_as_alpha; mutable bool needs_sync_; - + void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const;