Skip to content

Commit 1e7bf87

Browse files
bruyeretfinetjul
authored andcommitted
docs(VolumeMapper): fix default values
getInitialInteractionScale and getInteractionSampleDistanceFactor default was wrong
1 parent 370e71c commit 1e7bf87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Rendering/Core/VolumeMapper/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ export interface vtkVolumeMapper extends vtkAbstractMapper {
7272
* Get at what scale the quality is reduced when interacting for the first time with the volume
7373
* It should should be set before any call to render for this volume
7474
* The higher the scale is, the lower the quality of rendering is during interaction
75-
* @default 16
75+
* @default 1
7676
*/
7777
getInitialInteractionScale(): number;
7878

7979
/**
8080
* Get by how much the sample distance should be increased when interacting
8181
* This feature is only implemented in the OpenGL volume mapper
82-
* @default 4
82+
* @default 1
8383
*/
8484
getInteractionSampleDistanceFactor(): number;
8585

0 commit comments

Comments
 (0)