Home Forums GAMES在线课程(现代计算机图形学入门)讨论区 作业2提高部分 MSAA之后三角形黑边问题

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
    • #3358 Score: 0
      Shouheng Li
      Participant
      1 pt

      在作业2的文档中表明“如果你实现正确的话,你得到的三角形不应该有不正常的黑边。”,我实现的三角形如图所示,在两个三角形的相交部分有黑边,问一下这个黑边是什么原因造成的呢?

      Attachments:
      You must be logged in to view attached files.
    • #3441 Score: 0
      Luckin呀
      Participant
      2 pts

      我一开始也是这样,加上背景色就行了

    • #10485 Score: 0
      shangyu
      Participant

      我也遇到了,请问加上背景色是什么意思 ?

    • #10503 Score: 1
      hibian
      Participant
      1 pt

      加上背景色并不完整,需要对包围盒内所有点进行2*2取样,这样边缘外部的信息才不会丢失。意味着需要维护一个4倍大小的color_buf和depth_buf.

      This post has received 1 vote up.
      • #10525 Score: 0
        DT
        Participant

        按你说的方法改写了 MSAA,确实消除了黑边,谢谢!

        Attachments:
        You must be logged in to view attached files.
Viewing 3 reply threads
  • You must be logged in to reply to this topic.