Scene View Navigation

  • Hold the right mouse button to enter Flythrough mode. This turns your mouse and WASD keys (plus Q and E for up and down) into quick first-person view navigation.

     按住右键,即进入Flythrough模式。鼠标旋转方向,WSAD控制前后左右,QE控制上下。(摄像机坐标系)

  • Hold middle click-drag to drag the Scene View camera around.

   按住中键拖动:沿摄像机坐标系在X/Y方向位移。

  • Hold Alt and right click-drag to zoom the Scene View. This is the same as scrolling with your mouse wheel.

   滚动中键:沿摄像机坐标系Z方向前进后退。

  • Select any GameObject and press the F key. This will center the Scene View and pivot point on the selection.

     按下F键,摄像机会聚焦在当前选中物体。

  • Use the arrow keys to move around on the X/Z plane.

   四个方向键用于沿屏幕方向X/Z移动。Flythrough模式下的WSAD与当前摄像机方向相关。

  • Hold Alt and click-drag to orbit the camera around the current pivot point.

   按住Alt+拖动左键让摄像机围绕当前选中的物体旋转

Hand Tool

  

  1、拖动左键,在摄像机的X/Y方向移动。(和拖动中键类似) 

  2、在此种情况下,按住Ctrl+拖动左键,在Z方向上进前后退。(和滚动中键类型)

Navigation总结

 1、滚动中键:摄像机坐标系下Z方向上移动。

 2、拖动中键:摄像机坐标系下X/Y方向上移动。当时,拖动左键。

 所以,单独操作中键,即可完成3轴上的移动。

 3、Alt+拖动左键,将摄像机围绕当前选中物体旋转。此时HandTools会变成

4、拖动右键:摄像机坐标系,旋转+WSAD在X/Z方向进行移动。

 5、四个方向键:原始坐标系下X/Z方向上移动。

Gizmo

  

  You can click on any of the arms to set the camera to an orthographic (i.e., perspective-free) view looking along the corresponding axis. You can click on the text underneath the gizmo to switch between the normal perspective view and an isometric view. While in isometric mode, you can right-click drag to orbit, and Alt + middle-click drag to pan.

  Note that the Scene Gizmo will be hidden when the view is in 2D mode, since the view is always directly at the XY plane. 

  点击中间的Cube或Gizmo底下的文字“Persp”可以在Perspective和Orthographic投影间切换。点击各个角将摄像机切换到从该角指向对角的的方。向。切换时可以看到各个图钉会呈现出大小的变化。

Scene View Navigation的更多相关文章

  1. Unity3D用户手册

    Unity Manual 用户手册 Welcome to Unity. 欢迎使用Unity. Unity is made to empower users to create the best int ...

  2. iOS第八课——Navigation Controller和Tab bar Controller

    今天我们要学习Navigation Controller和Tab bar Controller. Navigation Controller是iOS编程中比较常用的一种容器,用来管理多个视图控制器. ...

  3. CREATE A LOADING SCENE / SPLASH SCREEN - UNITY

    In the first scene or maybe the Main Menu scene of your game Create an Empty Gameobject. Call it wha ...

  4. Unity学习笔记(一)——基本概念之场景(Scene)

    场景,顾名思义就是我们在游戏中所看到的物品.建筑.人物.背景.声音.特效等,基本上和我们玩游戏时所看到的游戏“场景”是同一个概念. Unity 3D中,“场景”是一个视图,我们通过“场景”这个视图,来 ...

  5. Qt 学习之路:Graphics View Framework

    Graphics View 提供了一种接口,用于管理大量自定义的 2D 图形元素,并与之进行交互:还提供了用于将这些元素进行可视化显示的观察组件,并支持缩放和旋转.我们通常所说的 Linux 的 KD ...

  6. qt Graphics View Framework(非重点)

    Graphics View 提供了一种接口,用于管理大量自定义的 2D 图形元素,并与之进行交互:还提供了用于将这些元素进行可视化显示的观察组件,并支持缩放和旋转. 说明;Graphics View ...

  7. 关于QT Graphics View开启OpenGL渲染后复选框、微调框等无法正常显示的问题

    之前学习QT Graphics View框架,除了基本的图元外,还可以通过QGraphicsProxyWidget类添加QT的基本Widget(如按钮.复选框.单选框等),常使用的场景类接口如下: Q ...

  8. 【Unity】2.5 场景视图(Scene)

    分类:Unity.C#.VS2015 创建日期:2016-03-29 一.场景视图(Scene View)导航 场景视图 (Scene View) 是你的交互式沙箱.你可以使用场景视图 (Scene ...

  9. Qt 学习之路 2(30):Graphics View Framework

    Qt 学习之路 2(30):Graphics View Framework 豆子 2012年12月11日 Qt 学习之路 2 27条评论 Graphics View 提供了一种接口,用于管理大量自定义 ...

随机推荐

  1. #define | enum(enumerator)

    /**************************************************************************** * #define | enum(enume ...

  2. php 在函数内引用全局变量 讲解引用

    <?php $var1 = "Example variable"; $var2 = ""; function global_references($use ...

  3. Wireshark基本介绍和学习TCP三次握手(转)

    http://www.cnblogs.com/TankXiao/archive/2012/10/10/2711777.html 之前写过一篇博客:用 Fiddler 来调试HTTP,HTTPS. 这篇 ...

  4. Ensemble Learning 之 Adaboost

    Boosting Boosting 是一种提升方法,将一系列弱学习器组合成为强学习器.基于样本权重的 Boosting 的工作流程是这样的,给定初始训练集构建一个基学习器,根据基学习器对训练样本的分布 ...

  5. YouTrack Changing Database Location for EXE Distribution(windows service)

    If you have installed YouTrack from EXE Distribution, then the best way to change the database locat ...

  6. 摘录:官方文档对ROWID虚拟行的定义

    ROWID Pseudocolumn For each row in the database, the ROWID pseudocolumn returns the address of the r ...

  7. Android 网络流量监听开源项目-ConnectionClass源码分析

    很多App要做到极致的话,对网络状态的监听是很有必要的,比如在网络差的时候加载质量一般的小图,缩略图,在网络好的时候,加载高清大图,脸书的android 客户端就是这么做的, 当然伟大的脸书也把这部分 ...

  8. android学习视频(实战项目演练)

    1.基于Android平台实战无线点餐系统(客户端(Client)和服务端(Server))①http://kuai.xunlei.com/d/xmBrDwI8CAAyXVFRa3d②http://k ...

  9. Windows服务调用Quartz.net 实现消息调度

    Quartz.NET是一个开源的作业调度框架,是OpenSymphony 的 Quartz API的.NET移植,它用C#写成,可用于winform和asp.net应用中.它提供了巨大的灵活性而不牺牲 ...

  10. Ajax请求内嵌套Ajax请求的方法

    前段时间做项目,需要把全国省市的两个XML文件整合成一个JSON格式的数据,手写的话觉得数据太多了,而且容易出错,于是就想到了用Ajax嵌套的方法来解决,就想平时用Ajax的方法直接嵌套,都会先读出外 ...