Draw Cylinder
카테고리: Graphics
태그: DirectX
홍정모님의 그래픽스 새싹코스 강의를 듣고 정리한 내용입니다.
🐥 Draw Grid Plane
// MeshData : Vertices, Indices
static MeshData MakeGrid(const float width, const float height, const int numSlicesm, const int numStacks);
Vertices | Indices |
---|---|
Grid | Normals | Texture |
---|---|---|
🐥 Darw Cylinder
Cylinder | WireFrame | Normals |
---|---|---|
댓글 남기기