Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / example / metaballs.h
index b52d98e..d9ae649 100644 (file)
@@ -53,6 +53,10 @@ private:
        synfig::Real    threshold;
        synfig::Real    threshold2;
 
+       bool positive;
+
+       synfig::Real densityfunc(const synfig::Point &p, const synfig::Point &c, synfig::Real R)const;
+
        synfig::Real totaldensity(const synfig::Point &pos)const;
 
 public:
@@ -68,6 +72,8 @@ public:
        virtual bool accelerated_render(synfig::Context context,synfig::Surface *surface,int quality, const synfig::RendDesc &renddesc, synfig::ProgressCallback *cb)const;
 
        virtual Vocab get_param_vocab()const;
+
+       virtual synfig::Layer::Handle hit_check(synfig::Context context, const synfig::Point &point)const;
 }; // END of class Metaballs
 
 /* === E N D =============================================================== */