Unity3d代码创建空心圆柱体

代码创建空心圆柱体 算法实现 public GameObject CreateHollowClinder(Vector3 ptStart, Vector3 ptEnd, float innerRadius, float outterRadius) { //计算垂直于轴的起始向量 Vector3 vec1 = ptEnd - ptStart;
相关文章
相关标签/搜索