Navigating a 3D Scene
Once you have a Scene3D with some geometry, the Metal preview becomes an interactive viewport. You can fly the camera around, select objects, move them with gizmos, and drop keyframes - all without leaving the preview.
Set up a scene
- Press
Nand add aScene3Dnode, then connect it toward yourOutput. - Add geometry (e.g.
BoxorSphere), aLight, and aCamera3D, and wire them into the scene’s inputs. - The preview now renders the scene. Click into the viewport to give it keyboard focus before using any shortcut below.
Camera3D connected you still navigate a free viewport camera. Connect one and your moves drive that camera directly, so the framing you set is the framing that renders.Orbit, pan & dolly (mouse)
The classic DCC tumble controls work on the look-target - the point the camera is aimed at:
Left drag- orbit (azimuth / elevation) around the target.Right drag,Middle drag, orShift + Left drag- pan.Scroll wheel- dolly in and out (changes distance to the target).
Fly through (keyboard)
Hold the fly keys to move the active camera continuously, first-person style:
W/S- forward / back.A/D- strafe left / right.Q/E- down / up.Scroll wheelwhile flying - tune the fly speed.
Frame the selection
Select an object and press F. The camera flies to frame it: it aims at the object’s bounding-box center and backs off to a FOV-aware distance so the whole object fits, and it widens the camera’s near/far clip planes when needed so nothing gets sliced by the frustum.
Select objects
Clickan object to select it. Cameras and lights show editor icons in the viewport - a little body-plus-lens for cameras, a bulb for lights - so you can click them too.Shift + ClickorCmd + Clickadds to the current selection for multi-object edits.
Transform with gizmos
With something selected, a gizmo appears at its pivot. Switch modes from the floating toolbar (top-left of the viewport) or with the keyboard:
1- translate (drag an arrow to move along that axis).2- rotate (drag a ring to spin around that axis).3- scale (drag an axis cap, or the center cube for uniform scale).- Hold
Shiftwhile dragging to snap (0.1 units, or 15° for rotation).
Local vs global axes
The leftmost toolbar button - or the X key - toggles the gizmo between Global (globe icon, axes stay world-aligned) and Local (cube icon, axes ride the object’s own orientation). Use Local to nudge a rotated object along its own forward or up direction.
Keyframe a transform
- Arm recording: enable
REC(auto-key) on the timeline. - Move the playhead, then drag a gizmo or fly the camera. Each move/rotate/scale drops a keyframe on the affected channels at the playhead - one drag, one keyframe.
- Scrub or play back to see the animation. Everything is undoable with
Cmd + Z- gizmo moves, camera navigation, and keyframe edits alike.
Display helpers
In the Scene3D inspector you can toggle Wireframe (with an adjustable line width) and turn Show Textures off to inspect shading and topology while you work.
Where to next
- Build the scene itself with the 3D Scene, 3D Geometry, and Lights & Camera nodes.
- Shade it with 3D Materials.