CYLINDER
[DirectX11] 028 Mesh Sphere, Mesh Cylinder + 구면 좌표계, 원통 좌표계
[DirectX11] 028 Mesh Sphere, Mesh Cylinder + 구면 좌표계, 원통 좌표계
2023.01.26Mesh Sphere, Mesh Cylinder 구면 좌표계, 원통 좌표계 목차 Mesh Sphere 구면 좌표계 https://blog.naver.com/qio910/221499166816 구면 좌표계(Spherical Coordinate System) 이전 공부 구면 좌표계(Spherical coordinate system)는 3차원 공간의 한 점을 (r, θ, φ)로 나타냅니다.... blog.naver.com https://www.youtube.com/watch?v=5vUSrA9mqJk https://www.youtube.com/watch?v=ae6kcOBEZK0 MeshSphere.cpp 내에 void MeshSphere::Create() 이 구면 좌표계 그리는 부분이다. Vector3 p = ..