DICOM volume rendering : MAX_3D_TEXTURE_SIZE error

I get this error with Volume Rendering with some DICOM CT series :

ERROR: OpenGL MAX_3D_TEXTURE_SIZE is 2048
Invalid texture dimensions [512, 512, 2187]

No 3D model is computed. If I crop down the volume, Volume Rendering doesn’t complain.

Does this mean a hard limit of the video card is reached ? Would adding a second adapter resolve the issue (which would use AMD Crossfire here)?

I’m using the QT5/VTK8 build.

Thanks.

For now, it seems that you have to crop or resample your volume if it’s very large. You can do both using Crop volume module.

We are going to move to a new rendering backend in a couple of weeks that might not have this limitation.