3D Printing with RepRap Cookbook
上QQ阅读APP看书,第一时间看更新

Viewing the model in MeshLab

In this recipe, we'll learn how to import/export a model into MeshLab and cover the basic navigation controls for the camera view. We'll also examine our model by changing the way we view its mesh.

Getting ready

You'll need to download MeshLab from http://meshlab.sourceforge.net/. This program is available for both PC and Mac platforms. Install the correct version for your computer. You'll also need your .obj files that you saved in DAVID Laserscanner.

How to do it...

We will proceed as follows:

  1. When you open MeshLab, you will see a long bar displayed under Menu. It contains a row of icons that provides quick access to various program functions. Select the Import Mesh icon [How to do it...] and locate the folder containing your .obj files.
  2. In this recipe, the first scan of the toy block is opened. This can be seen in the following screenshot:
    How to do it...

    Tip

    You can also simply drag-and-drop the .obj file to the MeshLab's workspace.

  3. To freely orbit around the model, simply left-click and drag.
  4. To pan the model, hold down on the scroll wheel and drag. If you don't have a scroll wheel, hold Ctrl on the keyboard.
  5. To zoom in on the model, rotate the scroll wheel. If you don't have a scroll wheel, hold Alt on the keyboard and drag.
  6. Position and size your model until it fills your screen. At the icon bar, select each of the mesh views and observe the model, starting on the right-hand side with Smooth, Flat, Flat Lines, and Hidden Lines, and ending with Wireframe.
    How to do it...

See also