Home Forums GAMES在线课程(现代计算机图形学入门)讨论区 作业2里 关于index的两种算法

Viewing 0 reply threads
  • Author
    Posts
    • #7364 Score: 0
      鱼心
      Participant
      2 pts

      在set_pixel函数里,有个注释是old index = y + x*width
      现在的index = (height – 1 – y)*width + x;
      1.原来的旧坐标为什么是x*width而不是y*width呢
      2.现在的坐标为什么要height-1呢,是因为每一个像素左下角的高度为[0,699],然后因为像素高度为1才加了1变成700,于是在计算的时候要-1吗。
      3.如果我按照自己的写法写成y*width + x之类的行不行呢…(这一点可以自己写程序验证,只是现在还没写完)

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