@kitware/vtk.js 24.18.4 → 24.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -186,7 +186,7 @@ export interface vtkVolumeMapper extends vtkAbstractMapper {
|
|
|
186
186
|
* Value of -1.0 means light scatters backward, value of 1.0 means light scatters forward.
|
|
187
187
|
* @param anisotropy
|
|
188
188
|
*/
|
|
189
|
-
|
|
189
|
+
setAnisotropy(anisotropy: number): number;
|
|
190
190
|
|
|
191
191
|
/**
|
|
192
192
|
*
|