babywax Posted December 6, 2003 Share Posted December 6, 2003 What is the best method for doing this? I have a box, that is sloped, and I have a smaller box that I want to "attach" to it, so I need to align the vertex to the face. What is the best method for doing this? Link to comment Share on other sites More sharing options...
razorace Posted December 7, 2003 Share Posted December 7, 2003 Is this a coding problem or a modeling problem? What are you trying to do? Link to comment Share on other sites More sharing options...
babywax Posted December 9, 2003 Author Share Posted December 9, 2003 This is a modelling problem, I have a triangle, and I want to put a vertex along the face (it's going diagonally). I just want to have the vertex on the face. Link to comment Share on other sites More sharing options...
tFighterPilot Posted December 9, 2003 Share Posted December 9, 2003 Are you using 3D Studio Max? Link to comment Share on other sites More sharing options...
babywax Posted December 9, 2003 Author Share Posted December 9, 2003 Yep, version 5. Link to comment Share on other sites More sharing options...
g-spot Posted December 12, 2003 Share Posted December 12, 2003 you could "tesselate" the face in question, or "split" one of the lines (edges), or use the slice plane with a face sub-selection... Link to comment Share on other sites More sharing options...
babywax Posted December 12, 2003 Author Share Posted December 12, 2003 I'm trying not to increase the polygon count though, doing that a lot can wind up in a lot of useless polygons... Link to comment Share on other sites More sharing options...
WadeV1589 Posted December 12, 2003 Share Posted December 12, 2003 I can think of one way, I'm sure there is an easier one but it currently eludes me. Copy the face you want to place a vertex in the middle of into a new mesh. Subdivide this new mesh (face) so it is split into 3 triangles, delete the 3 outer vertices and you'll be left with the middle vertex perfectly positioned. [EDIT] Another method is copy the 3 vertices that make up that face (hold shift if you want to clone them into the same model and just click once, you'll get the option to copy or instance the 3 vertices). Then simply collapse them, they will all collapse into the centre of that face due to the averaging of the 3 vertices positions. [/EDIT] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.