1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

DOF blur, near and far fields..

This commit is contained in:
Juan Linietsky
2016-12-10 01:13:20 -03:00
parent 18ebd22000
commit 22a90e8f2a
11 changed files with 731 additions and 47 deletions

View File

@@ -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;