fix: convert radian to degree value for mip rotation (#3881)
This commit is contained in:
parent
b5dc9047ba
commit
bf846c94c3
@ -84,7 +84,7 @@ function _initToolGroups(toolNames, Enums, toolGroupService, commandsManager) {
|
||||
{
|
||||
toolName: toolNames.VolumeRotateMouseWheel,
|
||||
configuration: {
|
||||
rotateIncrementDegrees: 0.1,
|
||||
rotateIncrementDegrees: 5,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user