Replies: 2 comments
-
The above screenshot is taichi 1.5.0 with If I go back to 1.2.1, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@identxxy is it possible to have a minimal repro for this issue so that I can run on my side? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I do for loop across a sparse field, which is like projection, I can get
However, when I manually query the field, which is like ray marching, I get
This issue only occur on some sparse field, not all, but it is hard to find a certain simple case with this issue...
Any help or suggestion why this could happen?
Here is a clearer demo of the issue. The
basis
is a field with the hierarchyroot => pointer => pointer => pointer=>dense=>field
.There is no deactivation on the sparse field. The activation should also be in correct order.
The kernel to check activation
Printing in gui
Here the inactive voxel also have non-zero values.
Beta Was this translation helpful? Give feedback.
All reactions