From ee1e89f8c0dc4659a2ed4b5afd5e7c1c596f7af1 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 21 Jan 2020 14:24:22 -0300 Subject: Modified rendering to use cluster instead of foward --- core/math/basis.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/math/basis.h') diff --git a/core/math/basis.h b/core/math/basis.h index 6c3a939d70..0261cf67c6 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -108,6 +108,9 @@ public: void scale_local(const Vector3 &p_scale); Basis scaled_local(const Vector3 &p_scale) const; + void make_scale_uniform(); + float get_uniform_scale() const; + Vector3 get_scale() const; Vector3 get_scale_abs() const; Vector3 get_scale_local() const; -- cgit v1.2.3