Viewing 0 reply threads
  • Author
    Posts
    • #12006 Score: 0
      kelir
      Participant

      Bound3::IntersectP()函数中实现光线与包围盒求交。光线某一维度是负方向时,计算得到的tmin和tmax需要交换(可以参考闫老师讲解2维情况时取反方向来思考)。可以借助dirisNeg判断,当!dirisNeg[x]为真时,交换tmin和tmax。

Viewing 0 reply threads
  • You must be logged in to reply to this topic.