예제 #1
0
 public static PointCloud FromObjFile(string path, string fileOBJ)
 {
     return(UtilsPointCloudIO.FromObjFile(path + "\\" + fileOBJ));
 }
예제 #2
0
 public static PointCloud FromObjFile(string fileOBJ)
 {
     return(UtilsPointCloudIO.FromObjFile(fileOBJ));
 }