Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D Viewer: VTK error of maximum texture when rendering 3D Cartesian grids as volumetric objects. #280

Open
PauloCarvalhoRJ opened this issue May 18, 2022 · 0 comments
Labels
defect Nuisance or problem with an workaround. OPEN This issue is currently unattended (e.g. without an associated code branch).

Comments

@PauloCarvalhoRJ
Copy link
Owner

Workaround: render them as grids (classic mode).

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).

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

@PauloCarvalhoRJ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Nuisance or problem with an workaround. OPEN This issue is currently unattended (e.g. without an associated code branch).
Projects
None yet
Development

No branches or pull requests

1 participant