Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts 2020年7月9日 at 下午7:44 in reply to: 作业2,三角形显示不正确,求助。谢谢! #6754 Score: 0 ResetParticipant 最后一个图中,你进行深度测试后,并没有更新depth_buf的值,所以并没有实现z_buffer算法。 2020年7月9日 at 上午10:36 in reply to: 作业2,三角形显示不正确,求助。谢谢! #6750 Score: 0 ResetParticipant get_projection中的z_near和zfar本来应该是负数的,但是在这个框架中变成了正数,需要修正。不过这不是你错误的重点。 最后一张图中,得到boundingbox[1]中,你的point.x错写成了point.y,所以边界错误。这个可以从你的图有一个很明显的竖直切线可以看出来。 Author Posts Viewing 2 posts - 1 through 2 (of 2 total)