Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 3 posts - 1 through 3 (of 3 total) Author Posts 2020年6月22日 at 上午12:10 in reply to: 作业2中三角形缺了一些 #6688 Score: 0 HarryParticipant 找AABB的时候,最小值应该用std::floor取整,最大值用std::ceil取整吧。 2020年6月17日 at 上午10:21 in reply to: 作业1按“A”和”D“无法旋转三角形 #6655 Score: 0 HarryParticipant 作业1只需要改get_model_matrix, get_project_matrix两个函数 2020年6月16日 at 下午5:59 in reply to: 作业 3 中 Barycentric Coordinates 的问题 #6652 Score: 0 HarryParticipant 1. 比如一个三角形ABC所在平面不平行于xy轴所在平面,三角形内一点P将其分成三部分(面积比即为重心坐标),这个三角形光栅化到屏幕上之后是A’B’C’, 点P映射成P’, 这个P’分隔A’B’C’的面积比会变化。具体就是,光栅化时某像素R,不能放到A’B’C’中算重心坐标,而是应该在ABC中算(考虑Z)。 上面是我的理解,我也是后来加入的,欢迎加我微信407448774,一起讨论讨论看看能不能有点头绪 Author Posts Viewing 3 posts - 1 through 3 (of 3 total)