godot icon indicating copy to clipboard operation
godot copied to clipboard

Camera wireframe widget gizmo doesn't match FOV.

Open jitspoe opened this issue 10 months ago • 2 comments

Tested versions

4.2-4.4 dev 7

System information

Godot v4.4.dev7 - Windows 10 (build 19045) - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3080 (NVIDIA; 32.0.15.6603) - AMD Ryzen 7 3700X 8-Core Processor (16 threads)

Issue description

If you try to place items in the world so that they line up a certain way with the camera using the wireframe shape of the gizmo for a guide, they don't show up where expected. For example, if I want something in the lower left corner of the view and line it up like this:

Image

I would expect this to be in the lower left corner, but when viewed from the camera, it looks like this:

Image

Quite far away from the corner. I have to position the mesh outside of what it looks like the camera to see in order to get it in the corner.

Steps to reproduce

Make a simple 3D scene with a camera. Place an object where it looks like it will be in the corner of the camera. Run the scene or preview the camera and note that the object is inset quite a bit from the corner.

Minimal reproduction project (MRP)

test_camera_fov.zip

jitspoe avatar Jan 14 '25 01:01 jitspoe