As the error states, this is because the color map is exceeding the maximum texture size that your GPU driver can allocate. To disable color mapping, do something like mapper->SetScalarVisibility(false)
in your pipeline.
As the error states, this is because the color map is exceeding the maximum texture size that your GPU driver can allocate. To disable color mapping, do something like mapper->SetScalarVisibility(false)
in your pipeline.