示例#1
0
文件: Sphere.cpp 项目: cn1504/Core
		Mesh* Sphere::GenerateMesh()
		{
			Box box;
			return box.GenerateMesh();
		}