Skip to content

Adding a Logo source

This add a new Source to ParaView : Logo This Logo is a simple vtk class that generate an ImageData from a vtkTexture, it then pass it to a dedicated vtkLogoSourceRepresentation that uses a vtkLogoRepresentation to display it on the render view.

2019-06-04-180505_1916x1056_scrot

This also requires a few modifications to ParaView , especially a full rework of the TextureComboBox so it is more generic and robust.

Note : This fixes a few bugs with the textures management in ParaView, however we are still impacted by the following bugs : #19066 (closed) #18887 #17482 #19064 (closed)

TODO : Default texture with remote server

Edited by Mathieu Westphal (Kitware)

Merge request reports