Home › Forums › Games202-高质量实时渲染 › [作业0]模型没有渲染出来 › Reply To: [作业0]模型没有渲染出来 2022年3月4日 at 下午8:47 #10925 Score: 0 孤星AuggstParticipant PhongVertexShader中用uModelViewMatrix替换uModelMatrix和uViewMatrix,可以解决模型不渲染的问题 PhongFragmentShader中这一行修改一下,可以解决光照的问题 float light_atten_coff = uLightIntensity / length(uLightPos – vFragPos);