摘要: vertex.h 1 #ifndef __vertexH__ 2 #define __vertexH__ 3 4 struct Vertex 5 { 6 Vertex(){} 7 Vertex(float x, float y, float z, 8 float nx, float ny, floa 阅读全文
posted @ 2022-05-23 08:16 次次上岸盈 阅读(18) 评论(0) 推荐(0)