Viewing 3 reply threads
  • Author
    Posts
    • #4721 Score: 0
      ZhouleizZ
      Participant

      请问这里面 vert.x 表示的是矩阵的什么额 还有后面的计算是什么意思 ,有大大给解释下吗

      Attachments:
      You must be logged in to view attached files.
    • #4723 Score: 0
      ZhouleizZ
      Participant

      vert.x 表示Vector的x值吗 没明白后面计算的什么意思

    • #4724 Score: 0
      hegaoxiang
      Participant

      就是简单的视口变换,只不过老师给出的是用矩阵的形式表示。这里直接就写了对应xy坐标的变换。另外老师课堂里面讲的时候z值是不变的,这里考虑了z值是负的,然后简单做了缩放加平移变到正的。

    • #4725 Score: 1
      zyk
      Participant
      6 pts

      想象一下,一个小立方体撑大成一个大长方体:
      x轴:[-1, 1] 转成 [0, width]
      y轴:[-1, 1] 转成 [0, height]
      z轴:[-1, 1] 转成 [zNear, zFar]

      This post has received 1 vote up.
Viewing 3 reply threads
  • You must be logged in to reply to this topic.