-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easier camera placement and orientation via 3D viewport controls #20248
Comments
That could be interesting, I just struggled today trying to place a camera and set its orientation with the move/rotation gizmos too. There could be an option to set a Camera node at the location of the 3D viewport's "camera". An alternative could be an option to click on a position the camera should look at. |
Align selection with view already does set camera node at the location of the 3d viewport camera. But it gets annoying having to constantly reposition viewport camera and realign camera node with it. My suggestion would be to add button on the top bar like you have when selecting mesh node or GIprobe node you get option to bake, when selecting camera node, top bar could present option to posses camera and drive camera directly, you would be able to position it exactly like you want and when you are done, you would press that button again and drop camera to that current position. The button could just fake driving camera node, it could just hide camera in the viewport and copy camera node FOV to work camera, you would be just basicly positioning the work camera to where you want camera node to end up and when you have placed camera, you press button again and camera node gets aligned with work camera and unhidden, work camera FOV is restored. (NOT a programmer, so my implementation is just me pushing hot air) |
it should work for any type of 3D node, not just Camera. It would be great to drive Lights and Position3D objects too. |
It would be very nice to have a fly mode for the previewed camera that sets its position and rotation (like Blender's shift+f when looking through a camera). I think that the controls to move the editor camera should automatically work on the look-through camera once they check the Preview box. That seamless transition is what is expected by at least a few people on this thread. |
Duplicate of #9550. |
For those interested, I created a proposal for this feature here: godotengine/godot-proposals#3297 |
When setting a camera in 3d space, right now you have to position it using move/rotate manipulators. Align selection with view is the only workaround right now to make camera placement a little easier.
It would be nice to have option to go in the camera preview and then drive camera directly like you do with the default 3d view camera.
The text was updated successfully, but these errors were encountered: