We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When picking 3D objects we need to cast rays which intersect with 3d objects. A simple point query is no longer possible.
Picking 3d objects is possible.
We take the coordinate on the ground of the 3D world and then find the corresponding geomeetry.
??
Pixel perfect picking is possible: https://snoozetime.github.io/2019/05/02/object-picking.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When picking 3D objects we need to cast rays which intersect with 3d objects. A simple point query is no longer possible.
🤔 Expected Behavior
Picking 3d objects is possible.
😯 Current Behavior
We take the coordinate on the ground of the 3D world and then find the corresponding geomeetry.
💁 Possible Solution
??
🔦 Context
Pixel perfect picking is possible: https://snoozetime.github.io/2019/05/02/object-picking.html
The text was updated successfully, but these errors were encountered: