Skip to main content
Ctrl+K
Logo image
  • 3D Graphics Basics with Blender
  • UI
    • Elements
    • Navigation
  • Modeling
    • Object
    • Mesh Modeling
    • Curve Modeling
    • Modifier
    • Animation
    • Constraint
    • Projects
  • Material
    • Material Basics
    • Physically Based Rendering (PBR)
    • More about Shader Nodes
    • Projects
  • Render
    • Rendering engines
    • Lighting
    • Camera
    • Compositing
    • Rendering
    • Projects
  • Geometry Node
    • Geometry Node Basics
    • More about Geometry Node
    • Projects
  • Scripting
    • Scripting Basics
    • API Modules
    • Node Scripting
    • Projects
  • Extras
    • Sculpting
    • Physics Simulation and Particle System
    • Rigging
    • More about Add-ons
  • .md

Navigation

Contents

  • 3D Viewport
  • Orbiting and Panning
  • Zooming
  • Orthographic Views
  • Fly/Walk Navigation

Navigation#

Navigating the 3D space on a 2D screen may take a bit of getting used to, but if you’ve played any city-builders or tycoon games, now you can tell your mom what a great learning experience that has been. In this section, we will focus on the 3D Viewport area, make sure you have one on your screen if you changed the default layout in the last section.

3D Viewport#

The 3D Viewport is the area you will be staring at most of the time until you start to learn scripting. It is where you interact with everything in your 3D scene. You may want to call it a camera, but in Blender, the Camera represents the point of view for rendering, which we will explain in a later chapter.

../../_images/3D_viewport.PNG

Orbiting and Panning#

To Orbit a point in the 3D space, hold Middle Mouse Button and move your mouse. Alternatively, you can use this gizmo in the top right corner by holding Left Mouse Button.

Tip

By default the point will be the World Origin, where the coordinate is (0, 0, 0).

../../_images/gizmo_1.png

To change the object you are currently orbiting, Left Mouse Click to select an object, then press Numpad . or use the menu View > Frame Selected.

Tip

  • Memorizing some common keyboard shortcuts/hotkeys is essential if you want to become proficient. If you want to assign/change a short cut, Right Mouse Click on the operation to bring up the option. Alternatively, you can add it to Quick Favorites, which is a menu you can access by pressing Q

  • This tutorial use the add-on Screencast Key to visulize keyboard and mouse inputs.Please ignore F7 since it’s the hotkey for screen recording.

If you want to move the viewport while keeping the direction you are looking at, hold Shift + Middle Mouse Button, and this operation is called Panning. Beware that panning moves the center point that you are currently orbiting.

../../_images/viewport_orbit_pan.gif

Zooming#

Scroll to Zoom in and out, or hold Ctrl and Middle Mouse Button to have finer control.

../../_images/zoom.gif

Sometimes you may encounter the problem that you want to zoom in but Blender just refuses to do so. Usually, the reason is you are getting too close to the point that you are orbiting. In that case, you can set the point to an object by selecting it and pressing Numpad . as mentioned in the last section.

When the viewport gets too close to a 3D object, you may see through the surface of it, and this is called Clipping. You can change the value of Clip Start to modify this behavior.

../../_images/zoom_clip.PNG

Orthographic Views#

The front, side, and top Orthographic Views are very helpful when modeling with reference pictures. Numpad 1, Numpad 3, Numpad 7 gives you quick access to them. If you are using a laptop with no numpad, you can use the aforementioned gizmo by Left Mouse Click on the little balls with X, Y and Z on them.

Fly/Walk Navigation#

If you love first-person games, this one will make you feel right at home. You can find them in View > Area > Navigation, look around using your mouse and move with WASD or ↑↓→←. Once you are finished, exit by pressing Esc. They are probably not very useful for the purpose of this tutorial, but it is nice being able to fly/walk through the 3D scene you made.

previous

Elements

next

Modeling

Contents
  • 3D Viewport
  • Orbiting and Panning
  • Zooming
  • Orthographic Views
  • Fly/Walk Navigation

By Graduate Program in Data Science, Tohoku University

© Copyright 2022.