-
-
Notifications
You must be signed in to change notification settings - Fork 292
File with multiple actors only show first actor when coloring #2000
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
Comments
I would like to work on this issue |
Assigned! Its probably an issue in vtkF3DMetaImporter:245 |
Some minor update on the topic, since some time passed. Unfortunately, I didn't have much time last week and only worked a bit on it. But so far I didn't find any obvious to me issues in regard VTK state related to this issue (VTK-level visibility seems okish). So I am trying to track how visibility is tracked down directly to shaders/drawing as I do not understand why they are visible/invisible in a way they are. |
Hum, I'd have expected this to be more straitgorward, I can take a look if you want. |
Maybe give me just a little bit more time. In general I am still exploring VTK and 3D graphics. |
I got a bit sidetracked focusing on visibility, but the real issue was that all actors were being rendered in the same position—not just one being visible. You were right about the location in the code; it was in the constructor called at this line. I'll create a merge request soon. |
Damn, I should have thought of that! |
Describe the bug
Opening a file providing multiple actors is not working well with coloring
To Reproduce
Steps to reproduce the behavior:
f3d --no-config InterpolationTest.glb
Expected behavior
All actors should be visible, instead of the first one
The text was updated successfully, but these errors were encountered: