圆的顶点缓冲

int theta, phi; float radius=330.0f; int dtheta = 15; int dphi = 15; NumVertices = (int) ((360/dtheta) * (90/dphi) * 4); if(FAILED(m_pDevice->CreateVertexBuffer( NumVertices *sizeof(SkyBoxVertex), D3D
相关文章
相关标签/搜索