InsightSoftwareConsortium / InsightSoftwareConsortium/itkwidgets

Geometries pink band

Open
#192 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
624
Forks
83
PR merge metrics
No merged PRs in 30d

Description

I just updated to the latest version (master branch) and I'm seeing strange artifacts on most meshes I plot where a pink band is shown:

```py
from pyvista import examples
from itkwidgets import view

mesh = examples.download_st_helens().warp_by_scalar()
view(geometries=mesh)
```

![Screen Shot 2019-08-12 at 12 58 56 PM](https://user-images.githubusercontent.com/22067021/62890644-1e26ff80-bd01-11e9-9bc7-cd3d1d8e5cd0.png)

```py
from pyvista import examples
from itkwidgets import view

mesh = examples.download_topo_land()
view(geometries=mesh)
```

![2019-08-12 13 02 01](https://user-images.githubusercontent.com/22067021/62890797-6ba36c80-bd01-11e9-89cf-dee1ef5a7f8c.gif)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.