You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the current implementation, a photon is moved '1' unit length forward before it lands inside a non-zero voxel and get traced back to the entry point of that voxel. The true entry position could be missed, as shown in the figure,
This is even more problematic in SVMC mode because it allows a photon propagate inside 0-labeled regions if a split voxel.
The text was updated successfully, but these errors were encountered:
Based on the current implementation, a photon is moved '1' unit length forward before it lands inside a non-zero voxel and get traced back to the entry point of that voxel. The true entry position could be missed, as shown in the figure,
This is even more problematic in SVMC mode because it allows a photon propagate inside 0-labeled regions if a split voxel.
The text was updated successfully, but these errors were encountered: