Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业2提高问题求助 This topic has 3 replies, 4 voices, and was last updated 4 years, 8 months ago by JZZ. Viewing 3 reply threads Author Posts 2020年3月4日 at 下午10:15 #3273 Score: 0 xuyonglaiParticipant Karma: 3 pts 作业二的提高问题,要求把每一个像素分成四个子采样点,维护每一个子采样点的深度值。当某一个子采样点的深度需要被更新时,此时该如何对这个子采样点所在的像素进行着色操作?对这个子采样点所在的像素进行着色应该是在这四个子采样点都进行判断之后才能确定颜色啊。想不通这个逻辑,求助。 2020年3月5日 at 上午12:28 #3286 Score: 0 MXangParticipant 可以考虑一个子采样点颜色被更新时对整个像素点颜色的贡献(? 2020年3月5日 at 上午8:28 #3292 Score: 0 戴皓天Participant Karma: 9 pts 如果一个子采样点在三角形内,那么该子采样点所代表的像素的颜色值就加上这个三角形颜色的四分之一,也就是v.getColor()/4.0f,就跟楼上说的一样考虑每个子采样点对整个像素的贡献 2020年3月5日 at 上午8:31 #3293 Score: 0 JZZKeymaster Karma: 2 pts 子采样点是不需要着色的,子采样点的作用就是给pixel均值计算color属性用的 Author Posts Viewing 3 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In