How to draw a Perspective-Correct Grid in 2D

后端 未结 9 1211
滥情空心
滥情空心 2020-12-25 08:43

I have an application that defines a real world rectangle on top of an image/photograph, of course in 2D it may not be a rectangle because you are looking at it from an angl

9条回答
  •  执笔经年
    2020-12-25 09:14

    In the special case when you look perpendicular to sides 1 and 3, you can divide those sides in equal parts. Then draw a diagonal, and draw parallels to side 1 through each intersection of the diagonal and the dividing lines drawn earlier.

提交回复
热议问题