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

Improve clipping performance #887

Merged
merged 7 commits into from
Oct 9, 2024
Merged

Improve clipping performance #887

merged 7 commits into from
Oct 9, 2024

Conversation

kfarr
Copy link
Collaborator

@kfarr kfarr commented Oct 2, 2024

This makes use of a new event that is emitted from 3dtiles loader "contentPostProcess" after this modification:
3DStreet/aframe-loader-3dtiles-component@339b735#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346

Although most of the performance issues are the 3dtiles themselves regardless of clipping... That's a whole 'nother thing

doesn't work yet -- tiles added later are not clipped
still can improve -- next let's make use of mesh instead of traversing through entirety
instead of traversing over all of them
@kfarr kfarr merged commit c865af0 into main Oct 9, 2024
1 check passed
@kfarr kfarr deleted the improve-clipping-perf branch October 9, 2024 16:38
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