Skip to content

Augment vtkTexture to color directly by more scalar types

Cory Quammen requested to merge cory.quammen/vtk:texture_color_mode into master

Deprecated MapColorScalarsThroughLookupTable and setters/getters in favor of new ColorMode that is analagous to the color mode in vtkMapper, i.e., it adds a mode where additional scalar types such as float and double can be used for direct coloring.

Merge request reports