itkwidgets
itkwidgets copied to clipboard
texture mapping
Would it be possible to implement viewing mapped textures?
PyVista has a nice example which is possible with its current implementation of VTKjs:
from pyvista import examples
mesh = examples.load_globe()
mesh.plot(texture=True)