You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: vtkMapper::SetScalarVisibility(false) ; Investigate whether the vtkLookUpTable being used to render the volumes has an excessive number of entries (e.g. more than 65k).
The text was updated successfully, but these errors were encountered:
PauloCarvalhoRJ
added
OPEN
This issue is currently unattended (e.g. without an associated code branch).
defect
Nuisance or problem with an workaround.
labels
May 18, 2022
Workaround: render them as grids (classic mode).
Fix:
vtkMapper::SetScalarVisibility(false) ;
Investigate whether thevtkLookUpTable
being used to render the volumes has an excessive number of entries (e.g. more than 65k).If running on Mesa, there's a fix still in upstream: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9750
Reference: https://discourse.vtk.org/t/texture-buffer-size-error/8484/2
The text was updated successfully, but these errors were encountered: