Example #1
0
        static public MeshFile FromFile(string Path)
        {
            MeshFile tRet = new MeshFile();

            tRet.Load(Path);
            return(tRet);
        }
Example #2
0
 public static MeshFile FromFile(string Path)
 {
     MeshFile tRet = new MeshFile();
     tRet.Load(Path);
     return tRet;
 }