摘要: d3dUtility.h ////////////////////////////////////////////////////////////////////////////////////////////////// // // File: d3dUtility.h // // Author: 阅读全文
posted @ 2022-04-24 14:26 szmtjs10 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 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-04-24 11:41 szmtjs10 阅读(306) 评论(0) 推荐(0) 编辑