CSC 240: Computer Graphics

Lab 13: Blender chair and wine glass

The goal of this lab is to practice some of the core features of Blender: 3D objects, loop cuts, extrusion, scaling, and general viewing. This will prepare us for the first Blender homework (chess piece).

TIP 1: Objects or parts of objects that are selected are highlighted in gold. To deselect everything, hit 'a'. To select everything, hit 'a' again. To select certain parts, choose either 'vertices', 'edges', or 'faces' from the 3 cube shapes on the bottom left-hand panel.

TIP 2: If you have a non-standard keyboard or mouse (or the standard viewing tools are not working), check out this page for ways to get it working:

Blender non-standard equipment

PART 1: Chair

This part is based off of this tutorial: Blender Chair Tutorial. You are welcome to follow this instead; the sound is not really necessary, but you can use headphones if it helps.

  1. The first thing that shows up in Blender is a cube. Click the scale button (left-hand side), then click 'z' to scale the cube along the z-axis, obtaining the seat of the chair like this:

    chair

  2. Next, change the perspective to the 'bottom' view (bottom left-hand side), and zoom in a bit so the bottom of the chair looks like this:

    chair

  3. Change 'Object Mode' to 'Edit Mode' (bottom left-hand side). Now we are going to make 4 'loop cuts' or 'ring cuts', using Ctrl-r. After hitting Ctrl-r once, move them mouse around a bit until you see these pink rings, then click and hold to drag them to the edges of the square:

    chair

  4. Change the viewpoint a bit to prepare for making the legs of the chair. Then change the selection options to the 'faces' (last cube out of the 'vertices','edges','faces' cubes at the bottom. Select (using Shift to select more than one face) the 4 faces which will become the legs.

    chair

  5. Then hit 'e' for 'extrude', and gradually extend the legs of the chair (the axis has already been selected as 'z', so this should extrude them along the z-axis).

    chair

  6. Finally, change the viewpoint again, then follow the same procedure to extrude the back of the chair. Now you're done with the chair!

    chair

PART 2: Wine Glass

This part is based off of this tutorial: Blender Wine Glass Tutorial. You are welcome to follow this instead or use it as a supplement for the details.

  1. First delete the cube, and add instead a cylinder from the 'Create' menu on the far left (switch from 'Tools' menu). Switch the viewpoint to 'front' and change the projection to orthogonal, to get a picture like that below. Also change the viewport shading (next to the 'Object Mode' option) to 'Wireframe' to see what is going on better.

    glass

  2. Then make 3 ring cuts (Ctrl-r, then click and scroll to create 3), as shown below:

    glass

  3. Hit the 'b' key, which should bring up the bounding box tool. Click and drag to create a box around the top set of vertices:

    glass

  4. Switch to Wireframe mode if you haven't already. Click away from the bounding box, which should leave these vertices in gold (selected). Then hit 's' to scale them all inwards. Continue this procedure to form a glass shape similar to this:

    glass

  5. Select the entire shape ('a'), then use 'e' (extrude) to extrude the entire shape inward to give the wine glass a thickness. Then use 'e' again on the bottom vertices to make the wine glass stem and bottom. Finally, switch back to Solid and Object view, then select smooth shading from the left-hand side. On the right-hand side, select the wrench icon and add a modifier: Subdivision Surface. Then increase the subdivisions to 3 (or more) for both view and render. Hopefully you should get something like this!

    glass

If you have time, completely the second wine glass tutorial:

Blender Wine Glass Tutorial 2