Skip to content

How to position points with the point manipulator

Summary

Precisely positioning a point in 3D is a useful way to annotate specific positions or choose the location of an object in a scene. This article explains how to use the napari-threedee point manipulator plugin to position points in 3D.

Instructions

  1. Open the points_manipulator.py example.

    example opened The example opens in 3D rendering mode. Click and drag to rotate the view.

  2. Open the point manipulator plugin from the Plugins menu: Plugins -> napari-threedee -> point manipulator. Click the "activate" to start the plugin.

    plugin opened

  3. Set the Points later to "Selection" mode by clicking the "Selection" button in the layer controls

    point selection mode

  4. Select a point by clicking on it. The point manipulator will appear on the selected point.

    point manipulator

  5. You can now move the point around by clicking and dragging the manipulator.

    type:movie

    If you want to rotate the view while a point manipulator is active, press and hold the space bar while clicking and dragging in the canvas to rotate the view. The manipulator will be rendered invisible while you rotate so you can see the whole scene.

    type:movie