diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-12-10 01:13:20 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-12-10 01:13:20 -0300 |
commit | 22a90e8f2acce60f92958788a52b3f0bdb1a0cdf (patch) | |
tree | f6e0a7282992c9adf3e1c929d2462ae921bcd461 /core/math/camera_matrix.cpp | |
parent | 18ebd22000478dffc91255e89b9845f74b05b606 (diff) | |
download | redot-engine-22a90e8f2acce60f92958788a52b3f0bdb1a0cdf.tar.gz |
DOF blur, near and far fields..
Diffstat (limited to 'core/math/camera_matrix.cpp')
-rw-r--r-- | core/math/camera_matrix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/camera_matrix.cpp b/core/math/camera_matrix.cpp index fc35908fa3..89f3ee1add 100644 --- a/core/math/camera_matrix.cpp +++ b/core/math/camera_matrix.cpp @@ -54,7 +54,7 @@ void CameraMatrix::set_zero() { } -Plane CameraMatrix::xform4(const Plane& p_vec4) { +Plane CameraMatrix::xform4(const Plane& p_vec4) const { Plane ret; |