Example #1
0
 public FBXD3T(BaseModel model)
 {
     model.CopyTo(this);
     FilePath = Path.ChangeExtension(model.FilePath, "fbx");
 }
Example #2
0
 public OBJ(BaseModel model)
 {
     model.CopyTo(this);
     FilePath = Path.ChangeExtension(model.FilePath, "obj");
 }