diff options
author | Juan Linietsky <reduzio@gmail.com> | 2020-01-21 14:24:22 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2020-02-11 12:15:27 +0100 |
commit | ee1e89f8c0dc4659a2ed4b5afd5e7c1c596f7af1 (patch) | |
tree | 474fcea808580b5937b37d17f5feba741f8a0bb8 /core/math/basis.h | |
parent | f8b5c5f0631ac629c00795b5f3f8775c32a0368b (diff) | |
download | redot-engine-ee1e89f8c0dc4659a2ed4b5afd5e7c1c596f7af1.tar.gz |
Modified rendering to use cluster instead of foward
Diffstat (limited to 'core/math/basis.h')
-rw-r--r-- | core/math/basis.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |