mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Add align with view in 3d editor viewport (useful for aligning camera with
current view)
This commit is contained in:
parent
64e83bfd14
commit
2f79e59c00
2 changed files with 38 additions and 3 deletions
|
|
@ -75,6 +75,7 @@ class SpatialEditorViewport : public Control {
|
|||
VIEW_FRONT,
|
||||
VIEW_REAR,
|
||||
VIEW_CENTER_TO_SELECTION,
|
||||
VIEW_ALIGN_SELECTION_WITH_VIEW,
|
||||
VIEW_PERSPECTIVE,
|
||||
VIEW_ENVIRONMENT,
|
||||
VIEW_ORTHOGONAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue