aboutsummaryrefslogtreecommitdiff
path: root/core/math/camera_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/camera_matrix.h')
-rw-r--r--core/math/camera_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/camera_matrix.h b/core/math/camera_matrix.h
index bf8cf3592..7fcff6376 100644
--- a/core/math/camera_matrix.h
+++ b/core/math/camera_matrix.h
@@ -87,6 +87,7 @@ struct CameraMatrix {
void scale_translate_to_fit(const AABB& p_aabb);
void make_scale(const Vector3 &p_scale);
+ int get_pixels_per_meter(int p_for_pixel_width) const;
operator Transform() const;
CameraMatrix();