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

Volume Rendering require coloring array to be set to work correctly #1651

Open
mwestphal opened this issue Oct 6, 2024 · 0 comments
Open
Labels
source:libf3d type:bug Something isn't working
Milestone

Comments

@mwestphal
Copy link
Contributor

Describe the bug
F3D recently decoupled --scalars into --scalar-coloring and --coloring-array option, however this is an unepexted effect on --volume behavior when not using --scalar-coloring

To Reproduce
Steps to reproduce the behavior:

  1. Open the file using f3d --dry-run ../src/testing/data/waveletArrays.vti -v --coloring-array=Result -b
  2. Incorrect array is used

a

Expected behavior
Correct array is used for rendering

F3D Information
Paste the content of f3d --version: master

Additional context

A workaround is to have -s in the command line.

Should not be fixed before #1609 is merged

This is caused by the vtkF3DRendererWithColoring::SetColoring with enable set to false which in turn ignore the array name.

@mwestphal mwestphal added type:bug Something isn't working source:libf3d labels Oct 6, 2024
@mwestphal mwestphal added this to the 3.0.0 milestone Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source:libf3d type:bug Something isn't working
Projects
Status: Investigate
Development

No branches or pull requests

1 participant