Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 运行时出现错误 This topic has 6 replies, 3 voices, and was last updated 4 years, 8 months ago by eileen. Viewing 2 reply threads Author Posts 2020年3月2日 at 下午8:36 #3189 Score: 0 PeterSenParticipant Karma: 2 pts make的时候没有问题 运行的时候出现coredump 检查了好久代码感觉不是代码问题 Attachments:You must be logged in to view attached files. 2020年3月2日 at 下午8:52 #3195 Score: 0 slongle(助教)Keymaster Karma: 13 pts 有可能是数组越界,试试把rasterizer.cpp第234行auto ind = (height-point.y())*width + point.x()改成auto ind = (height-1-point.y())*width + point.x()。 2020年3月2日 at 下午8:55 #3196 Score: 0 PeterSenParticipant Karma: 2 pts 已经改了还是这样 2020年3月2日 at 下午8:57 #3197 Score: 0 PeterSenParticipant Karma: 2 pts 也重新make过了 2020年3月2日 at 下午9:06 #3203 Score: 0 PeterSenParticipant Karma: 2 pts 找到原因了。谢谢助教 2020年3月3日 at 上午2:31 #3208 Score: 0 eileenParticipant Karma: 1 pt 求问是什么原因,我也是这样 2020年3月3日 at 上午2:48 #3209 Score: 0 eileenParticipant Karma: 1 pt 我也是矩阵问题,找到原因了 Author Posts Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In