AllenCell / AllenCell/vole-core

Pick buffer is noisy when orthogonal to volume Z axis

オープン
#330 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
TypeScript
スター
106
フォーク
11
平均マージ
3日 51分
マージ済み PR(30日)
12

説明

## 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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。