Added a new parameter to the plant layer, "Perpendicular Velocity" which controls...
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.h
index 2772ed8..ef7bf13 100644 (file)
@@ -72,6 +72,7 @@ private:
        synfig::Angle split_angle;
        synfig::Vector gravity;
        synfig::Real velocity;
+       synfig::Real perp_velocity;
        synfig::Real step;
        synfig::Real mass;
        synfig::Real drag;