Skip to content
Snippets Groups Projects
Commit 9a712588 authored by Scott Wittenburg's avatar Scott Wittenburg
Browse files

When pwf range is much smaller than array range, vtk crashes.

In ParaView, we have to supply the ui with pwf instances for the
opacity and size mapping.  The default pwf range is [0,0] to [1,1].
If you choose to size by an array with a range much larger than this,
ParaView crashes.  You can get around it by first open the pwf
editor and adjusting the x range to match an array you would like
to work with.

This fix could cause the mapper to be too slow, so I would like to
solicit other, more efficient approaches.
parent 3027ed2c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment