Skip to content

Conversation

JustusBraun
Copy link
Contributor

The EmbreeRaycaster did not find any intersections because embree's ray masking feature is now enabled by default. The default Geometry ray mask is 0x1. To make the ray intersect all geometries the RTCRayHit::mask field must be set to 0xFFFFFFFF.

The raycaster did not find any intersections because embrees ray masking
feature is now enabled by default. The default Geometry ray mask is now
0x1. To make the ray intersect all geometries the RTCRay::mask field
must be set to 0xFFFFFFFF.
@amock amock merged commit 010831d into uos:develop Jun 17, 2025
6 checks passed
@JustusBraun JustusBraun deleted the fix/embree-raycaster branch August 15, 2025 09:35
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.

2 participants