示例#1
0
 public static BoundingSphere GetBoundingSphere(this ModelMesh mesh)
 {
     return(BoundingSphere.CreateFromPoints(mesh.Verticies()));
 }