gl_Position = MVP * vec4(vertex,1);. // world coordinate location of the vertex. position_world = vec4(vertex,1);. position_camera = V * vec4(vertex, 1);.
確定! 回上一頁