Skip to content

Fix for rendering data grid axes with RT backends

Kees van Kooten requested to merge kvankooten/vtk:RTAxesGridFix into master

This is a fix which provides the necessary update/retrieval mechanism in the vtkBillboardTextActor3d such that the necessary actor nodes are created for raytracing render passes, and grid axes labels are rendered properly. Also includes a fix to the raytracing backend texture conversion function.

Merge request reports