Fix initial InteractionMode for VolumeInteractorStyle.
This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
|
|
||||||
vtkStandardNewMacro(VolumeInteractorStyle)
|
vtkStandardNewMacro(VolumeInteractorStyle)
|
||||||
|
|
||||||
VolumeInteractorStyle::VolumeInteractorStyle() {
|
VolumeInteractorStyle::VolumeInteractorStyle():vtkInteractorStyleTrackballCamera()
|
||||||
|
,InteractionMode(VOLUME_ROTATE3D)
|
||||||
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user