Posts: 5,096
Threads: 176
Joined: Jul 2011
RE: Rookie trying to accomplish a simple task
2022-12-12, 17:19
(2022-12-12, 16:00)Willy Tschager Wrote: Given that the vertices half way are on all the same hight:
* I would draw a quad (looking from above) so that is 90 degree to the current triangles
* Set y of the quad to the hight of the vertices
* Select the quad and the triangles
* Isecalc
* You'll get vertices at the correct intersections
* Use those vertices to redraw the triangels
Indeed, a good method that I use often, but for some reason I didn't thought of it