コード例 #1
0
ファイル: Curve.cs プロジェクト: shizuo-kaji/DeformingKnot
 public void MeshAtPointsUpdate()
 {
     this.meshAtPoints = MakeMesh.GetMeshAtPoints(this.points, this.radius * 2.0f);
 }