Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing verify / RayMasksTest & SphereFilterMultiHitTest #276

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maikschulze
Copy link

We provide additional fixes for the FAILED cases of the 'verify' executable, which complement the code changes of pull request #275

From our understanding, the SphereFilterMultiHitTest needs to be slightly adapted by setting the ray mask to -1 (inactive).

In addition, for the RayMasksTest we realize that the rtcOccluded test variants need to be blindly passed because 'hit' information is not available there.

When applying this pull request and #275 we obtain a complete pass on all tests:
verify_all_passed.txt

… filter out the computed hits in the epilog function.

Note that RTC_DEVICE_PROPERTY_BACKFACE_CULLING_ENABLED is not fully functional and appears to be always disabled in the intersector. Hence, the test will still fail when compiling with RTC_DEVICE_PROPERTY_BACKFACE_CULLING_ENABLED=OFF (reporting 4 instead of 2 hits)
…' information on rtcOccluded. This information is only written on rtcIntersect. We blindly pass these cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant