Hi,
I'm doing:
this.controllerWidget =
vtk.Interaction.UI.vtkVolumeController.newInstance({
size: [400, 150],
rescaleColorMap: true,
expanded: false
});
but the controller comes up expanded.
Is this the correct way?
Rick