itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

texture mapping

Open banesullivan opened this issue 6 years ago • 0 comments

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)
Screen Shot 2019-07-26 at 8 30 14 AM

banesullivan avatar Jul 26 '19 14:07 banesullivan