AllenCell / AllenCell/vole-core

Pick buffer is noisy when orthogonal to volume Z axis

Ouverte
#330 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
TypeScript
Étoiles
106
Forks
11
Merge moyen
3 j 51 min
PR mergées (30 j)
12

Description

## Description

Image

Image

Noticeable when the view axis is orthogonal to the Z-axis. The contour shader directly samples from the pick buffer, so the noise is coming from the pick buffer itself.

## Expected Behavior

- The outline should be smooth.

## Reproduction

In `public/index.ts`, add the following lines after `loadTestData()` is called on L1512:
```
view3D.setCameraState({
position: [-0.612766, -0.1718693, 0],
target: [-0.013957, -0.0330511, 0],
});

setTimeout(() => {
view3D.setSelectedID(myState.volume, myState.colorizeChannel, 103);
}, 1000);
setTimeout(() => {
view3D.setSelectedID(myState.volume, myState.colorizeChannel, 103);
}, 1500);
```

## Environment

Windows 11, Chrome

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.