Ejemplo n.º 1
0
 public static AnimationRootFrame LoadHierarchy(Stream stream, int readBytes, MeshFlags options, Device device, AllocateHierarchy allocHierarchy, LoadUserData userDataLoader)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public static AnimationRootFrame LoadHierarchyFromFile(string filename, MeshFlags options, Device device, AllocateHierarchy allocHierarchy, LoadUserData userDataLoader)
 {
     throw new NotImplementedException();
 }