Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业2里 关于index的两种算法 This topic has 0 replies, 1 voice, and was last updated 4 years ago by 鱼心. Viewing 0 reply threads Author Posts 2020年11月13日 at 上午11:08 #7364 Score: 0 鱼心Participant Karma: 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之类的行不行呢…(这一点可以自己写程序验证,只是现在还没写完) Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In