Esempio n. 1
0
 public void LoadModel(string path)
 {
     meshFilter.mesh       = ObjImporter.CreateMesh(path);
     material              = ObjImporter.CreateMaterial(); //will be reached from options menu
     meshRenderer.material = material;
     RepositionObject();
 }