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

About mouse click pick #11

Open
happydpc opened this issue Aug 21, 2020 · 1 comment
Open

About mouse click pick #11

happydpc opened this issue Aug 21, 2020 · 1 comment

Comments

@happydpc
Copy link

If I want to implement a mouse click ray intersect in this BVH, what's the correct way to use?

@meirbon
Copy link
Owner

meirbon commented Aug 21, 2020

I added a ray-cast branch that implements this. What I implemented in that branch is not ideal though. It would be best if this was handled using AABBs in e.g. a physics engine but since this has mostly been a hobby project and I can only spend my free time on this, I just haven't had the time to properly implement such features...

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

No branches or pull requests

2 participants