1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Add align with view in 3d editor viewport (useful for aligning camera with

current view)
This commit is contained in:
marynate
2014-03-31 23:06:36 +08:00
parent 64e83bfd14
commit 2f79e59c00
2 changed files with 38 additions and 3 deletions

View File

@@ -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