I am wondering how to make Paraview Glance use a range defined in a .vtkjs file?
This (18.9 KB) is the .vtkjs file.
Can I define the range in the outermost index.json like so? I tried this and it wasn’t picked up by Paraview Glance.
On the mapper you will also have to say to use the mapper range rather than the lookup table range. Glance tends to focus on the Lookup Table range so the color scale is properly shared across objects.
An option in glance is to have a lookup table with unique name for each range you want to use. The LookupTable is where the range is stored for the color mapping in Glance, not on the representation/mapper.