Skip to content

Commit ab95423

Browse files
committed
fix(documentation): fix typo on volume mapper docs
1 parent 206d645 commit ab95423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export interface vtkVolumeMapper extends vtkAbstractMapper {
186186
* Value of -1.0 means light scatters backward, value of 1.0 means light scatters forward.
187187
* @param anisotropy
188188
*/
189-
getAnisotropy(anisotropy: number): number;
189+
setAnisotropy(anisotropy: number): number;
190190

191191
/**
192192
*

0 commit comments

Comments
 (0)