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