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

BatchedMesh raycasting example: fix splitStrategy param #710

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

agargaro
Copy link
Contributor

@agargaro agargaro commented Sep 9, 2024

related: #709

This is the quickest way to fix the example, however I don't know if the most correct one.

This condition was alway false after change splitStrategy, and the BVH was no longer rebuilt.

image

@agargaro agargaro changed the title BatchedMesh raycasting example: fix splitStrategy example BatchedMesh raycasting example: fix splitStrategy param Sep 9, 2024
@gkjohnson
Copy link
Owner

gkjohnson commented Sep 10, 2024

It's a bit odd due to the structure of the code at the moment since a lot was taken from the previous raycast example but I think this is okay for now. Thanks!

@gkjohnson gkjohnson merged commit 2bdbd51 into gkjohnson:master Sep 10, 2024
4 checks passed
@agargaro agargaro deleted the Fix-BatchedMesh-example branch September 10, 2024 07:56
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