InsightSoftwareConsortium / InsightSoftwareConsortium/itkwidgets
texture mapping
Open
enhancement
- Dominant language
- Python
- Stars
- 624
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
Would it be possible to implement viewing mapped textures?
PyVista has a nice example which is possible with its current implementation of VTKjs:
```py
from pyvista import examples
mesh = examples.load_globe()
mesh.plot(texture=True)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.