Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 段错误? › Reply To: 段错误?
试试把rasterizer.cpp第234行auto ind = (height-point.y())*width + point.x()改成auto ind = (height-1-point.y())*width + point.x()。
-
This reply was modified 5 years, 9 months ago by
Shi YuChen(助教).