Skip to content

Provide unique id for vtk objects based on memory address

This change allows us to keep track of vtk objects when exporting a scene description. It relies on the fact that the memory address of objects does not change frequently, if ever.

Merge request reports