1

So I'm making glasses because that's what I decided to make (still learning so making simple objects) and ran into this problem. I have no clue how to put these vertices (I think they're called) onto the edge here. Is there any way to merge, or weld them onto it?enter image description here

CrowGuy12
  • 23
  • 3
  • related: https://blender.stackexchange.com/questions/36812/how-do-i-snap-one-vertex-to-the-position-of-another-vertex-in-a-different-object/36815#36815. You should look into the snap tool. – Dimali Sep 18 '17 at 16:44

2 Answers2

0

Add another edge loop in the crossbar piece (the top of the glasses) and move that edge loop near the vertices you are trying to join. So you'll something like this

|           |         |
*-----------*---------*
           *-*
           | |

Becomes this:

|          | |         |
*----------*-*---------*
           *-*
           | |

For more on adding loop cuts, click here

Then merge the vertices using Alt+M.

Which becomes this:

|          | |         |
*----------*-*---------*
           | |

For more on merging : click here

Neal Davis
  • 116
  • 5
0

Instead of merging, turn on Snap by clicking this button, or Shift+Tab. enter image description here

Then select the face you want to be close to those vertices and when moving, this little orange circle will appear, meaning it snapped to the vertex.enter image description here

Lucas Leme
  • 193
  • 5