On Web, I’m using vtk.js to render my dicom data to 3d volume.
I’m using vtkVolumeMapper and vtkVolume to render volume.
I’m using vtkKeyboardCameraManipulator and vtkMouseCameraTrackballFirstPersonManipulator to control the camera.
When I’m moving the camera inside the volume and changing the camera’s direction, a damaged view image could be seen sometimes.
How this problem happen?
How can I fix it?
Thank you very much!