Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts 2024年4月11日 at 下午4:49 in reply to: 作业3如何换成其他的模型 #18627 Score: 0 HuskyRyeParticipant 其实你的 cube 是有问题的,因为代码框架的插值没有在 view 空间进行,而是在 projection 空间,所以贴图看起来很扭曲 正确的做法是对 alpha, beta, gamma 做一个修正,公式详见: https://www.cs.ucr.edu/~craigs/courses/2024-winter-cs-130/lectures/perspective-correct-interpolation.pdf 代码详见: https://github.com/HuskyRye/GAMES101/commit/623abc1f5281a9bf822d9baf5ea7ffdeacc8012b Attachments:You must be logged in to view attached files. 2024年4月8日 at 下午9:12 in reply to: 作业3 超采样牛牛,但没有消除锯齿。 #17908 Score: 0 HuskyRyeParticipant 我实现的SSAA抗锯齿没问题,你可以参考下 https://github.com/HuskyRye/GAMES101/tree/main/Assignment3 Attachments:You must be logged in to view attached files. Author Posts Viewing 2 posts - 1 through 2 (of 2 total)