Skip to content

Commit

Permalink
Merge pull request #12 from LinkunGao/dev
Browse files Browse the repository at this point in the history
update mesh
  • Loading branch information
LinkunGao authored Jun 17, 2024
2 parents 96ad20b + 29e3592 commit 7445e52
Show file tree
Hide file tree
Showing 2 changed files with 6,482 additions and 6,482 deletions.
2 changes: 1 addition & 1 deletion frontend/components/model/Model.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default {
this.nrrdSliceZ = nrrdSlices.z;
this.nrrdBias = new this.THREE.Vector3(x_bias, y_bias, z_bias);
this.loadModel("modelView/prone.obj");
this.loadModel("modelView/prone_surface.obj");
},
{ openGui: false }
);
Expand Down
Loading

0 comments on commit 7445e52

Please sign in to comment.