diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-04-17 09:55:40 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-05-05 16:15:49 +0800 |
commit | 75eacba5cd2fbbfc318e4c510d501e2283fdd20b (patch) | |
tree | 483720e12b80d1dab1ccc49252cb1b14e847dffb /editor/plugins/node_3d_editor_plugin.h | |
parent | 7ebc866418b075df58cbe4e31fcf8b0c3acd70a1 (diff) | |
download | redot-engine-75eacba5cd2fbbfc318e4c510d501e2283fdd20b.tar.gz |
Add Camera3D preview in Inspector
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.h')
-rw-r--r-- | editor/plugins/node_3d_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.h b/editor/plugins/node_3d_editor_plugin.h index 96210de403..1dbccbea59 100644 --- a/editor/plugins/node_3d_editor_plugin.h +++ b/editor/plugins/node_3d_editor_plugin.h @@ -841,6 +841,8 @@ protected: public: static Node3DEditor *get_singleton() { return singleton; } + static Size2i get_camera_viewport_size(Camera3D *p_camera); + Vector3 snap_point(Vector3 p_target, Vector3 p_start = Vector3(0, 0, 0)) const; float get_znear() const { return settings_znear->get_value(); } |