예제 #1
0
파일: Sphere.cpp 프로젝트: cn1504/Core
		Mesh* Sphere::GenerateMesh()
		{
			Box box;
			return box.GenerateMesh();
		}