Viewing 2 reply threads
  • Author
    Posts
    • #3189 Score: 0
      PeterSen
      Participant
      2 pts

      make的时候没有问题 运行的时候出现coredump 检查了好久代码感觉不是代码问题

      Attachments:
      You must be logged in to view attached files.
    • #3195 Score: 0
      slongle(助教)
      Keymaster
      13 pts

      有可能是数组越界,试试把rasterizer.cpp第234行auto ind = (height-point.y())*width + point.x()改成auto ind = (height-1-point.y())*width + point.x()。

    • #3208 Score: 0
      eileen
      Participant
      1 pt

      求问是什么原因,我也是这样

      • #3209 Score: 0
        eileen
        Participant
        1 pt

        我也是矩阵问题,找到原因了

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