Correcting Reflection Filter so all vectors are reflected
- This corrects an reflection implementation where only "Vectors" and "Normals" were reflected
- Now all 3/6/9 component vectors/tensors of signed type are reflected
- This also update the test so those reflections are tested
Will fix paraview/paraview#11716 (closed) once it is integrated.
Merge request reports
Activity
added 1 commit
- 5b56275d - Correcting Reflection Filter so all vectors are reflected
Dashboard is clean, please review : @jpouderoux @pierre.guilbert @luciemacron @nicolas.vuaille
- Resolved by Mathieu Westphal (Kitware)
- Resolved by Mathieu Westphal (Kitware)
added 1 commit
- 0bd86e42 - Correcting Reflection Filter so all vectors are reflected
- Resolved by Cory Quammen
@acbauer allright with me.
@acbauer : all non-scalar fields ? you mean all 3 components array right ?
Sounds like a plan. With a specific use-case where this doesn't work you could improve this but until that situation arises I think we can skip it. I would argue that in VTK that it should be off by default for backwards compatibility but in PV (which I suspect is the driving force behind the change), the default setting there should be to have it on. PV user's will be able to easily see if they're getting what they want but VTK users may not notice the change and have it cause problems.