diff options
| author | Juan Linietsky | 2016-12-04 12:45:30 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-12-04 12:45:30 -0300 |
| commit | a299c3ebf1ceb3ce108526b3e134e82e5bf4413b (patch) | |
| tree | f62ea61a7245d83caadc8c6c84d82e129ef240cf /core/math/camera_matrix.h | |
| parent | 27a46d78ec43b69a70a1d84c540353e3cb3b04c0 (diff) | |
| download | godot-a299c3ebf1ceb3ce108526b3e134e82e5bf4413b.tar.gz godot-a299c3ebf1ceb3ce108526b3e134e82e5bf4413b.tar.zst godot-a299c3ebf1ceb3ce108526b3e134e82e5bf4413b.zip | |
Diffstat (limited to 'core/math/camera_matrix.h')
| -rw-r--r-- | core/math/camera_matrix.h | 1 |
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(); |
