Now that we set the minimal requirements for a mesh class we can define a vertex in OpenGL: struct Vertex { glm::vec3 Position; glm::vec3 Normal; ...
確定! 回上一頁