Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › spot_control_mesh.obj 模型显示 Tagged: 作业三 This topic has 1 reply, 2 voices, and was last updated 4 years, 8 months ago by zyk. Viewing 1 reply thread Author Posts 2020年3月18日 at 下午10:36 #4492 Score: 0 打雷要下雨雷欧Participant Karma: 3 pts 很多没有渲染上 Attachments:You must be logged in to view attached files. 2020年3月20日 at 下午7:47 #4563 Score: 0 zykParticipant Karma: 6 pts 你可以对比一下spot_control_mesh.obj和spot_triangulated.obj这两个obj文件,都是文本文件,放置的数据中,注意文件中f字母开头的行,你会发现如下区别: 1. spot_control_mesh.obj文件中f开头的行,f后带有4列,表示一个四边形 2. spot_triangulated.obj中,f后则只带了3列,表示一个三角形 我们的框架代码只能渲染三角形哦,所以你没修改obj或者没修改框架代码的话,直接渲染就是出现这种缺了很多三角形的情况。 Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In