Merge pull request #90778 from timothyqiu/cam-preview
Add Camera3D preview in Inspector
This commit is contained in:
@@ -880,6 +880,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(); }
|
||||
|
||||
Reference in New Issue
Block a user