Skip to content

Commit 967b9c4

Browse files
committed
docs(ImageMapper): Add axis-aligned sole support
1 parent 959c7b7 commit 967b9c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,10 @@ export function newInstance(
206206
/**
207207
* vtkImageMapper provides 2D image display support for vtk.
208208
* It can be associated with a vtkImageSlice prop and placed within a Renderer.
209+
* Only axis-aligned slices are supported.
209210
*
210211
* This class resolves coincident topology with the same methods as vtkMapper.
212+
* @see vtkImageResliceMapper
211213
*/
212214
export declare const vtkImageMapper: {
213215
newInstance: typeof newInstance;

0 commit comments

Comments
 (0)