You've already forked godot
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user