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 206d645 commit ab95423Copy full SHA for ab95423
Sources/Rendering/Core/VolumeMapper/index.d.ts
@@ -186,7 +186,7 @@ export interface vtkVolumeMapper extends vtkAbstractMapper {
186
* Value of -1.0 means light scatters backward, value of 1.0 means light scatters forward.
187
* @param anisotropy
188
*/
189
- getAnisotropy(anisotropy: number): number;
+ setAnisotropy(anisotropy: number): number;
190
191
/**
192
*
0 commit comments