Skip to content

vtkGLTFImporter: Rescale light intensities to <= 1

Some tools such as Blender may export light intensities that are not less than or equal to 1.0 as expected by VTK and renderers such as Ospray. When the maximum intensity is greater than 1.0, rescale all light intensities proportionally so that the maximum intensity is 1.0.

Merge request reports