]> git.tdb.fi Git - libs/gl.git/blobdiff - source/ambientocclusion.h
Rename batch's data_type to index_type
[libs/gl.git] / source / ambientocclusion.h
index e7829c181dce39bce8c74f69a631a56fcc9990b0..ff1e82443c972bb7d8fee12bf011aa2e3b3e9ea9 100644 (file)
@@ -32,6 +32,7 @@ public:
                unsigned n_samples;
                float occlusion_radius;
                float darkness;
+               float edge_depth_threshold;
 
                Template();
 
@@ -56,9 +57,7 @@ private:
 public:
        void set_n_samples(unsigned);
        void set_occlusion_radius(float);
-
-       // Deprecated
-       void set_depth_ratio(float);
+       void set_edge_depth_threshold(float);
 
        void set_darkness(float);