Skip to content

Commit

Permalink
Add default lowerThreshold when volumerendering is activated.
Browse files Browse the repository at this point in the history
  • Loading branch information
haehn committed Sep 30, 2013
1 parent 43df666 commit f91a437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/x.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ function volumerenderingOnOff(bool) {
return;
}

if (bool) {
volume.lowerThreshold = 10;
}

volume.volumeRendering = bool;

if (RT.linked) {
Expand Down

0 comments on commit f91a437

Please sign in to comment.