Skip to content

Commit

Permalink
update m2d images
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkunGao committed Sep 30, 2024
1 parent 11286a6 commit b7af12c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/model/Model.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default {
this.scene = this.baseRenderer.getSceneByName(modelName);
if (this.scene === undefined) {
this.scene = this.baseRenderer.createScene(modelName);
// this.scene.controls.staticMoving = true;
this.scene.controls.staticMoving = true;
// this.scene.controls.rotateSpeed = 3.0;
this.scene.controls.panSpeed = 0.5;
Expand Down
Binary file modified frontend/static/modelView/density-1/middle/m2d.nrrd
Binary file not shown.
Binary file modified frontend/static/modelView/density-2/middle/m2d.nrrd
Binary file not shown.

0 comments on commit b7af12c

Please sign in to comment.