AllenCell / AllenCell/agave

ROI clipping doesn't clip everything

Abierto
#51 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C++
Estrellas
62
Forks
9
Merge medio
1 d 2 h
PR fusionados (30 d)
1

Descripción

## Description

When a ROI is slicing through the volume, normal vectors are still being computed as if the volume was whole. As a result, interiors of solid structures seem hollow when viewed as cross section. Also, scattered rays keep sampling the volume data that was clipped out.

## Expected Behavior

clipping the volume should truly remove that data from all sampling.

## Notes

per-channel clipping and truly zeroing out the gpu volume data would do the trick, instead of using the AABB only for the first ray-box hit. Also, testing the AABB on every sample would work as well (but slower?)

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.