Esempio n. 1
0
 public static PatchMesh FromX(XFileData xofObjMesh, MeshFlags options, Device device, out ExtendedMaterial[] materials, out EffectInstance[] effects)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public static Mesh FromX(XFileData xofObjMesh, MeshFlags options, Device device, out ExtendedMaterial[] materials)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public static PatchMesh FromX(XFileData xofObjMesh, MeshFlags options, Device device)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public static Mesh FromX(XFileData xofObjMesh, MeshFlags options, Device device, out GraphicsStream adjacency)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public static Mesh FromX(XFileData xofObjMesh, MeshFlags options, Device device, out EffectInstance[] effects)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public abstract void LoadMeshChildData(MeshContainer meshContainer, XFileData xofChildData);
Esempio n. 7
0
 public abstract void LoadFrameChildData(Frame frame, XFileData xofChildData);
Esempio n. 8
0
 public abstract void LoadTopLevelData(XFileData xofChildData);