Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) Author Posts 2022年3月4日 at 下午8:47 in reply to: [作业0]模型没有渲染出来 #10925 Score: 0 孤星AuggstParticipant PhongVertexShader中用uModelViewMatrix替换uModelMatrix和uViewMatrix,可以解决模型不渲染的问题 PhongFragmentShader中这一行修改一下,可以解决光照的问题 float light_atten_coff = uLightIntensity / length(uLightPos – vFragPos); Author Posts Viewing 1 post (of 1 total)