struct Texture { GLuint id;//纹理id ,OpenGL 环境下创建 String type; ... class Mesh { Public: vector<Vertex> vertices;//一组顶点 ...
確定! 回上一頁