We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e71c commit 1e7bf87Copy full SHA for 1e7bf87
Sources/Rendering/Core/VolumeMapper/index.d.ts
@@ -72,14 +72,14 @@ export interface vtkVolumeMapper extends vtkAbstractMapper {
72
* Get at what scale the quality is reduced when interacting for the first time with the volume
73
* It should should be set before any call to render for this volume
74
* The higher the scale is, the lower the quality of rendering is during interaction
75
- * @default 16
+ * @default 1
76
*/
77
getInitialInteractionScale(): number;
78
79
/**
80
* Get by how much the sample distance should be increased when interacting
81
* This feature is only implemented in the OpenGL volume mapper
82
- * @default 4
83
84
getInteractionSampleDistanceFactor(): number;
85
0 commit comments