Merge branch 'jb-perrier-orientation' into 1.1
This commit is contained in:
@@ -1276,10 +1276,10 @@ namespace FlaxEditor.Viewport
|
||||
{
|
||||
new CameraOrientation("Front", new Vector3(0, 0, 0)),
|
||||
new CameraOrientation("Back", new Vector3(0, 180, 0)),
|
||||
new CameraOrientation("Left", new Vector3(0, 90, 0)),
|
||||
new CameraOrientation("Right", new Vector3(0, -90, 0)),
|
||||
new CameraOrientation("Top", new Vector3(-90, 0, 0)),
|
||||
new CameraOrientation("Bottom", new Vector3(90, 0, 0))
|
||||
new CameraOrientation("Left", new Vector3(0, -90, 0)),
|
||||
new CameraOrientation("Right", new Vector3(0, 90, 0)),
|
||||
new CameraOrientation("Top", new Vector3(90, 0, 0)),
|
||||
new CameraOrientation("Bottom", new Vector3(-90, 0, 0))
|
||||
};
|
||||
|
||||
private readonly float[] EditorViewportCameraSpeedValues =
|
||||
|
||||
Reference in New Issue
Block a user