Пример #1
0
 public static string MatchDestFile(string rootPath, string type, Face face, TimesMode times)
 {
     return(Path.Combine(rootPath, string.Format("library-model-match\\{0}\\{0}.{1}.{2}.match.pcd", type, face.ToString().ToLower(), times.ToString().ToLower())));
 }
Пример #2
0
 public static string TrackDestFile(string rootPath, string type, Face face, TimesMode times)
 {
     return(Path.Combine(rootPath, string.Format("library-model-track\\{0}\\{0}.{1}.{2}.track.ply", type, face.ToString().ToLower(), times.ToString().ToLower())));
 }