Kitware / visualizer

The ParaViewWeb Visualizer application which can be used standalone or as a component within another web context.
https://kitware.github.io/visualizer/
BSD 3-Clause "New" or "Revised" License
115 stars 28 forks source link

Wavelet constant color or colormap #19

Closed aronhelser closed 7 years ago

aronhelser commented 7 years ago

In addition:

aronhelser commented 7 years ago

I was able to see some error messages printed if I ran Visualizer using pvpython directly, with --debug: pvpython "C:\akit\visualizer\server\pvw-visualizer.py" --content "C:\akit\visualizer\dist" --port 8080 --data "C:/akit/data" --debug 2>&1 | tee debug.txt This output is very verbose and includes binary data, so search is your friend.

I think we should add a pass-through ability, so the 'Visualizer' command can pass arguments to pvpython that it doesn't recognize.

jourdain commented 7 years ago

You can not do Volume rendering on a solid color. You need a scalar for that.

aronhelser commented 7 years ago

OK, makes sense. In ParaView, if I add a Wavelet source, the Coloring automatically changes to RTData. Paraview also only allows you choose a color scale, rather than a solid color.

Are the solid color options added to the colormap list for simplicity? This case might point to the need for them to be separate.

jourdain commented 7 years ago

I've pushed a new preset.json with the removed single color.

aronhelser commented 7 years ago

Looks like we got all the constant color ones. I seem to have found one other problem colormap. Green Linear (9_17f) won't color wavelets or sphere normals for me. Haven't tracked the error yet.

aronhelser commented 7 years ago

OK, think we've removed all the problem colormaps. Closing.