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

Commits on Mar 2, 2020

  1. Fix SphereFilterMultiHitTest by setting inactive mask in order to not…

    … 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)
    maikschulze committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    c4f86eb View commit details
    Browse the repository at this point in the history
  2. Fix the failure of the RayMasksTest which has accessed unwritten 'hit…

    …' information on rtcOccluded. This information is only written on rtcIntersect. We blindly pass these cases.
    maikschulze committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    e2541f9 View commit details
    Browse the repository at this point in the history