Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 段错误? This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago by Shi YuChen(助教). Viewing 1 reply thread Author Posts 2020年3月2日 at 下午4:48 #3177 Score: 0 不知道该叫什么好Participant 想问一下为什么会有段错误,按说只添加了矩阵呀 2020年3月2日 at 下午4:56 #3178 Score: 0 不知道该叫什么好Participant 再补充一下,长这个样子,但是找不出哪里有问题呀 Attachments:You must be logged in to view attached files. 2020年3月2日 at 下午5:38 #3184 Score: 0 Shi YuChen(助教)Keymaster Karma: 4 pts 试试把rasterizer.cpp第234行auto ind = (height-point.y())*width + point.x()改成auto ind = (height-1-point.y())*width + point.x()。 This reply was modified 4 years, 8 months ago by Shi YuChen(助教). Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In