X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fambientocclusion.h;h=419189942fad13e4b48b9223ef09bce0dc214233;hp=e7829c181dce39bce8c74f69a631a56fcc9990b0;hb=99d25b5ef615a23ef63645fea87596b3384b5ede;hpb=81e0e39fefd8f50ae2367fe821d58af6273bcea2 diff --git a/source/ambientocclusion.h b/source/ambientocclusion.h index e7829c18..41918994 100644 --- a/source/ambientocclusion.h +++ b/source/ambientocclusion.h @@ -32,6 +32,7 @@ public: unsigned n_samples; float occlusion_radius; float darkness; + float edge_depth_threshold; Template(); @@ -56,6 +57,7 @@ private: public: void set_n_samples(unsigned); void set_occlusion_radius(float); + void set_edge_depth_threshold(float); // Deprecated void set_depth_ratio(float);